function OpenWindow(width,height,name,text){
	var scode="<style type=text/css>.imgtext{color:#7f7f7f;font-size:10pt}</style><body topmargin=0 leftmargin=0 bgcolor=#B1B8D2><table border=0 width=100% height=100%><tr><td align=center><img src="+name+" border=0></td></tr><tr><td align=center class=imgtext>"+text+"</td></tr></table></body>";
	win=window.open("","","dependent=yes,height="+height+",width="+width+",location=no,menubar=no,scrollbars=yes,resizable=yes,status=no,toolbar=no");
	win.document.write(scode);
}


function show(d,img){
	document.all("Layer999").style.top=document.body.scrollTop+50;
	if(obj=document.all(d))	{
		Imag.src=img;
		obj.style.display="";
	}
}
window.screen.width>800?leftmar=240:leftmar=240;
document.write("<div id='Layer999' style=\"position:absolute; display:'none'; width:200px; height:122px; z-index:1; border: 1px none #000000; left: " + leftmar + "; top: 90 \"><table cellpadding=0 cellspacing=0 border=2 align=center bordercolor=#FFCC33><tr><td style='cursor:hand'><img id=Imag src='images/loading.gif' onclick=Layer999.style.display='none';Imag.src='images/loading.gif' alt='µ¥»÷¹Ø±Õ'></td></tr></table></div>");