//ÇÃ·¡½¬ÆÄÀÏ »ðÀÔÇÏ±â
function loadSWF(myFilename,myWidth,myHeight){
	var strFlash = "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width=" + myWidth + "  height=" + myHeight + ">"
	strFlash =  strFlash + "<param name='movie' value='" +myFilename+ "'>"
	strFlash =  strFlash + "<param name='quality' value='high'>"
	strFlash =  strFlash + "<param name='wmode' value='transparent'>"
	strFlash =  strFlash + "<embed src='" + myFilename + "' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer'  type='application/x-shockwave-flash' width=" + myWidth + " height=" + myHeight + "></embed>"
	strFlash =  strFlash + "</object>"		
	document.write(strFlash);		
}
//Åõ¸íÇÃ·¡½¬ÆÄÀÏ »ðÀÔÇÏ±â
function loadSWF_trans(myFilename,myWidth,myHeight){
	var strFlash = "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width=" + myWidth + "  height=" + myHeight + ">"
	strFlash =  strFlash + "<param name='movie' value='" +myFilename+ "'>"
	strFlash =  strFlash + "<param name='quality' value='high'>"
	strFlash =  strFlash + "<param name='wmode' value='transparent'>"
	strFlash =  strFlash + "<embed src='" + myFilename + "' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer'  type='application/x-shockwave-flash' width=" + myWidth + " height=" + myHeight + "></embed>"
	strFlash =  strFlash + "</object>"		
	document.write(strFlash);		
}

//¸Þ´º¸µÅ©
function goPage(mnuNum) {
	switch (mnuNum) {
		//ÇöÀå±â»óÁ¤º¸
		case '1_1' :	
			this.location.href = "/weather/myCurrent.asp";//ÇöÀç±â»ó
			break;
		case '1_2' :	
			this.location.href = "/weather/my3day.asp";//3ÀÏ»ó¼¼¿¹º¸
			break;
		case '1_3' :	
			this.location.href = "/weather/myWeek.asp";//ÀÏÁÖÀÏ¿¹º¸
			break;
		case '1_4' :	
			this.location.href = "/weather/myWork.asp";//ÀÛ¾÷±â»óµµ
			break;
		case '1_5' :	
			this.location.href = "/weather/myHistory.asp";//ÃµÈÄÇ¥
			break;
		//ÇöÀå¹æÀçÁ¤º¸	
		case '2_1' :	
			this.location.href = "/disaster/mySpecial.asp";//ÀÏ¹Ý±â»óÆ¯º¸
			break;
		case '2_2' :	
			this.location.href = "/disaster/myTyphoon1.asp";//¸µÅ©¾ø¾Ö±â
			break;
		case '2_21' :	
			this.location.href = "/disaster/myTyphoon1.asp";//ÅÂÇ³ÀÏ¹Ý
			break;
		case '2_22' :	
			this.location.href = "/disaster/myTyphoon2.asp";//³»Áö¿ªÅÂÇ³
			break;		
		case '2_3' :	
			this.location.href = "/disaster/myRain.asp";//È£¿ì
			break;
		case '2_4' :	
			this.location.href = "/disaster/myWind.asp";//°­Ç³
			break;	
		//SMS±â»ó¼­ºñ½º
		case '3_1' :	
			this.location.href ="/sms/sms.asp";//sms
			break;
		//¼­ºñ½º½ÅÃ»/º¯°æ
		case '4_1' :	
			this.location.href = "/request/sRequest.asp";//¼­ºñ½º½ÅÃ»
			break;
		case '4_2' :	
			this.location.href = "/request/sRequestEdit.asp";//¼­ºñ½ºº¯°æ
			break;
		case '4_3' :	
			//this.location.href = "";//½ÅÃ»³»¿ªº¸±â
			break;
		case '4_4' :	
			//this.location.href = "";//¼¼±Ý°è»ê¼­½ÅÃ»
			break;			
		//°í°´¼¾ÅÍ
		case '5_1' :	
			this.location.href = "/client/announcelist.asp";//°øÁö»çÇ×
			break;
		case '5_2' :	
			this.location.href = "/client/faqlist.asp";//faq
			break;
		case '5_3' :	
			this.location.href = "/client/consultlist.asp";//¹®ÀÇ°Ô½ÃÆÇ
			break;			
		//ÇÏÀÌ¿þ´õ°¡Á·		
		case '6_1' :	
			this.location.href =" /user/login.asp";//·Î±×ÀÎ
			break;		
		case '6_2' :	
			this.location.href = "/user/BJoin.asp";//°¡ÀÔ¹×Á¤º¸º¯°æ
			break;			
		case '6_3' :	
			window.open("/User/pop_searchIdPw.asp", "searchIdPw", "width=500,height=400,toolbar=no,menubar=no,scrollbars=no");//idpwÃ£±â
			break;
		case '6_4' :	
			window.open('/user/provision.asp','','width=500,height=400');//ÀÌ¿ë¾à°ü
			break;
		case '6_5' :	
			window.open('/user/private.asp','','width=500,height=400');//°³ÀÎº¸È£Á¤Ã¥
			break;			
			
	}
}


