clickimg = new Array()

clickimg[0] = new Image(); clickimg[0].src ="/project/plus/image/join_on.gif"
clickimg[1] = new Image(); clickimg[1].src ="/project/plus/image/join_off.gif"
clickimg[2] = new Image(); clickimg[2].src ="/project/plus/image/login_on.gif"
clickimg[3] = new Image(); clickimg[3].src ="/project/plus/image/login_off.gif"

<!---------------------------------------------------------------------->

ie4 = navigator.appName.charAt(0) == 'M' && navigator.appVersion.charAt(0) >= '4' ;
if(ie4){
	document.write ('<link rel="stylesheet" href="/project/ita/css/style.css" type="text/css">');
} else {
	document.write ('<link rel="stylesheet" href="/project/ita/css/ns.css" type="text/css">');
}

<!---------------------------------------------------------------------->

function A_Li(){
Sel=document.link.OP.selectedIndex;
Ms=document.link.OP.options[Sel].value;
location.href=Ms;
}

<!---------------------------------------------------------------------->

	function openit(sURL, iWid, iHi)
		{
		newwindow = open(sURL, "newwin", "scrollbars=yes,toolbar=no,directories=no,menubar=no,resizable=no,status=no,width=" + (iWid + 16) + ",height=" + (iHi + 20));
		}

<!---------------------------------------------------------------------->

	function openjs(sURL, iWid, iHi)
		{
		newwindow = open(sURL, "newwin", "scrollbars=no,toolbar=no,directories=no,menubar=no,resizable=no,status=no,width=" + (iWid + 16) + ",height=" + (iHi + 20));
		}

<!---------------------------------------------------------------------->

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>Picture</title>");
	wo11.document.writeln("</head>");

	if ( isIE4 ) {
		wo11.document.writeln("<body STYLE=\"margin:0 0 0 0;\">");
	}
	else {
		wo11.document.writeln("<body>");
	}

	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("</body>");
	wo11.document.writeln("</html>");
	wo11.document.close();
}
