function setFont(path){
	var OsName = navigator.platform.charAt(0);
	if(OsName == "W"){
		document.writeln('<link rel="stylesheet" type="text/css" media="screen,print" href="'+path+'/common/css/win.css">');
	}else{
		document.writeln('<link rel="stylesheet" type="text/css" media="screen,print" href="'+path+'/common/css/mac.css">');
	}
}
function openWin(URL,winName,Prop){
	subWin = window.open(URL,winName,Prop);
	subWin.focus();
}
function closeWin(){
	self.close();
}
function openMap(URL){
	subwin = window.open(URL,'info','toolbar=no,menubar=no,scrollbars=yes,status=no,resizable=yes,width=460,height=500');
	subwin.focus();
}
function gm(DIR){
	subwin = window.open('../gm/'+DIR+'/index.html','gm','toolbar=no,menubar=no,scrollbars=yes,status=no,resizable=yes,width=700,height=750');
	subwin.focus();
}
function popEvent(DIR){
	subwin = window.open('../event/'+DIR+'/index.html','event','toolbar=no,menubar=no,scrollbars=yes,status=no,resizable=yes,width=600,height=750');
	subwin.focus();
}
function popHoliday(DIR){
	subwin = window.open('../info/close.html','event','toolbar=no,menubar=no,scrollbars=yes,status=no,resizable=yes,width=600,height=400');
	subwin.focus();
}
function eventPage(DIR){
	subwin = window.open('../event/'+DIR,'event','toolbar=no,menubar=no,scrollbars=yes,status=no,resizable=yes,width=600,height=750');
	subwin.focus();
}
function openEvent(DIR){
	subwin = window.open('../../event/'+DIR+'/index.html','event','toolbar=no,menubar=no,scrollbars=yes,status=no,resizable=yes,width=600,height=750');
	subwin.focus();
}