
function SWindowX(Aurl,wx,wy) {
	//Internet Exproler ver4 or more
	var isIE4 = (navigator.appVersion.charAt(0) >= "4") && (navigator.appName.charAt(0) == "M");
	if ( isIE4 ) {
		wo11=window.open("","","width="+wx+",height="+wy+"");
	}
	else {
		wx = wx + 16;
		wy = wy + 16;
		wo11=window.open("","","width="+wx+",height="+wy+"");
	}
	
	wo11.document.open();
	wo11.document.writeln("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">");
	wo11.document.writeln("<html>");
	wo11.document.writeln("<head>");
	wo11.document.writeln("<META Http-Equiv=\"Content-Script-Type\" Content=\"text/javascript\">");
	wo11.document.writeln("<title>倉口医療器</title>");
	wo11.document.writeln("</head>");

	if ( isIE4 ) {
		wo11.document.writeln("<body STYLE=\"margin:0 0 0 0;\">");
	}
	else {
		wo11.document.writeln("<body>");
	}
	wo11.document.writeln("<center>");
	wo11.document.write("<A HREF=\"JavaScript:window.close();\">");

	if ( isIE4 ) {
		wo11.document.write("<IMG STYLE=\"border-width:0 0\" SRC=\"" + Aurl + "\" alt=\"倉口医療器\">");


	}
	else {
		wo11.document.write("<IMG SRC=\"" + Aurl + "\" alt=\"倉口医療器\" border=\"0\">");
	}
	wo11.document.writeln("</a>");
	wo11.document.writeln("<font size=1>");
	wo11.document.writeln("<br>画像をクリックするとウィンドウを閉じます。");
	wo11.document.writeln("</font>");
	wo11.document.writeln("</center>");
	wo11.document.writeln("</body>");
	wo11.document.writeln("</html>");
	wo11.document.close();
}
