function subWindow(url){ window.open(url,"_blank","width=520,height=600,scrollbars=1"); } function win_open(a){ var jmp=Math.floor(Math.random()*1000); w = window.open("",jmp,"WIDTH=640,HEIGHT=500"); document.forms[a].target = jmp; } function setFlashCookie(myName,myValue){ document.cookie = myName + "=" + myValue + "; expires=Thu, 1-Jan-2030 00:00:00 GMT;"; } function StartUpdataLoad() { newWin = window.open("","_blank","width=600,height=500"); // LoadWait = new Image(); // LoadWait.src = "img/speed_junbi.gif"; // document.click.src = LoadWait.src; site = "https://www.musen-lan.com/speed/"; with (document.FORM1) with (newWin.location){ if (DATASIZE[0].selected) href = site + "upload_data.cgi?size=100"; else if (DATASIZE[1].selected) href = site + "upload_data.cgi?size=200"; else if (DATASIZE[2].selected) href = site + "upload_data.cgi?size=400"; else if (DATASIZE[3].selected) href = site + "upload_data.cgi?size=600"; else if (DATASIZE[4].selected) href = site + "upload_data.cgi?size=800"; else if (DATASIZE[5].selected) href = site + "upload_data.cgi?size=1000"; } } function sub_window_open(url){ window.open(url,"_blank","width=650,height=600,scrollbars=1"); } function StartDownLoad(){ var jmp=Math.floor(Math.random()*1000); w = window.open("",jmp,"width=650,height=650,scrollbars=1"); document.DownSpeed.target = jmp; }