
function openWin(URL) {
open(URL,"_blank","width=570,height=530,top=0,left=0,resizable=yes,scrollbars=yes,status=yes");
}
 
// -->
 
 
 
<!--
 
function openWin0(URL) {
open(URL,"_blank","width=570,height=610,top=0,left=0,resizable=yes,scrollbars=yes,status=yes");
}
 
// -->
 

 
<!--
 
function openWin1(URL) {
open(URL,"_blank","width=450,height=360,top=0,left=0,resizable=yes,scrollbars=yes,status=yes");
}
 
// -->
 

 
<!--
 
function openWin3(URL) {
open(URL,"_blank","width=410,height=355,top=0,left=0,resizable=yes,scrollbars=yes");
}
 
