/* **
 * JScript
 * @line: 57
 */

<!--
function OpenWin1(){
    win1=window.open("etc/mobile-java.html","new1","scrollbars=yes,resizable=yes,width=600,height=500");
}
function WinOpen(url){

subwin=window.open(url,"newwin01","scrollbars=yes,resizable=no,width=700,height=680")
}
function on(){  window.focus();
}
//-->
