

function OpenWin(url){

wy = 80;
hy = (screen.height - wy) ;

@var newwin=window.open(url,"subWin","left=20,top=0,width=720,height="+hy+",scrollbars=yes");
@newwin.focus();
}



function OpenWin2(url){

wy = 80;
hy = (screen.height - wy) ;

@var newwin=window.open(url,"subWin2","left=20,top=0,width=780,height="+hy+",scrollbars=yes");
@newwin.focus();
}



function CloseWin()
{
	Win.close();
}

