<!----------------------------------------
//=====================================================	
//Window function
//=====================================================
	
function FullWin(href){
w1=screen.availWidth;
h1=screen.availHeight;
	if (!((navigator.appVersion.indexOf("Win")!=-1))) {
		if(navigator.appVersion.indexOf("Safari")!=-1){ 
			h1 -= 2;
			win=window.open(href,"win","scrollbars=0,resizable=1,status=0,titlebar=0,toolbar=0");
			//win=window.open(href,"win","scrollbars=0,resizable=1,width=" + w1 +",height=" + h1);
			//win.moveTo(0,0);
		}else{
			win = window.open(href,"win","fullscreen=0,location=0,menubar=0,resizable=1,scrollbars=0,status=0,titlebar=0,toolbar=0,screenX=0,screeny=0,left=0,top=0");
			//win.moveTo(0,0);
			//win.resizeTo(w1,h1);
		}
	} else {
		w1 -= 0;
		h1 -= 10;
		win=window.open(href,"win","scrollbars=0,resizable=1,status=0,titlebar=0,toolbar=0");
		//win=window.open(href,"win","scrollbars=0,resizable=1,width=" + w1 +",height=" + h1);
		//win.moveTo(-5,0);
	}
}
function NormalWin(href){
w1=740;
h1=520;
	if (!((navigator.appVersion.indexOf("Win")!=-1))) {
		if(navigator.appVersion.indexOf("Safari")!=-1){ 
			win=window.open(href,"win","scrollbars=0,resizable=1,status=0,titlebar=0,toolbar=0");
			//win=window.open(href,"win","scrollbars=0,resizable=1,width=" + w1 +",height=" + h1);
			//win.moveTo(25,5);
		}else{
			win = window.open(href,"win","fullscreen=0,location=0,menubar=0,resizable=1,scrollbars=0,status=0,titlebar=0,toolbar=0,screenX=0,screeny=0,left=0,top=0");
			//win.moveTo(25,5);
			//win.resizeTo(w1,h1);
		}
	} else {
		win=window.open(href,"win","scrollbars=0,resizable=1,status=0,titlebar=0,toolbar=0");
		//win=window.open(href,"win","scrollbars=0,resizable=1,width=" + w1 +",height=" + h1);
		//win.moveTo(25,5);
	}
}






//=======================================================
//RollOver
//=======================================================
function _in(nam,num) {
if(navigator.appVersion.charAt(0) >= "3") {
 	document.images[nam].src = img[num].src;
}
} 

//=======================================================
//font cont
//=======================================================
		if(navigator.appVersion.indexOf("Mac",0) != -1){
			if(navigator.appName.indexOf("Microsoft",0) != -1){
				if(navigator.appVersion.indexOf("MSIE 5",0) != -1){
					document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"css/styleMIE5N6.css\" title=\"fontproperty\">");
				}else if(navigator.appVersion.indexOf("MSIE 4.5",0) != -1 || navigator.appVersion.indexOf("MSIE 4.01",0) != -1){
					document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"css/styleMIE.css\" title=\"fontproperty\">");
				}else{
					document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"css/styleM.css\" title=\"fontproperty\">");
				}
			}else if(navigator.appVersion.indexOf("5.0",0) != -1){
					document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"css/styleMIE5N6.css\" title=\"fontproperty\">");
				}else{
					document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"css/styleM.css\" title=\"fontproperty\">");
				}
			}else{
				 if(navigator.appVersion.indexOf("MSIE",0) != -1 || navigator.userAgent.indexOf("Gecko",0) != -1){
					document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"css/styleIEN6.css\" title=\"fontproperty\">");
				}else{
					document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"css/style.css\" title=\"fontproperty\">");
				}
		}
//---------------------------------------->
