﻿

function OpenWin(url){
　var newwin=window.open(url,"subWin","left=20,top=0,width=714,height=860,scrollbars=yes");
　newwin.focus();
}

