
//ÇÃ·¡½Ã ¼Ò½º »ý¼º
// +++++++++++++  MakeFlashString(source,id,width,height,wmode) ++++++++
// 
// source: source url --> ÇÃ·¡½¬ ÆÄÀÏÀÇ °æ·Î
// id: flash id 
// width: source width
// height: source height
// wmode: wmode --> "none, transparent, opaque"
// otherparam : Ãß°¡ ÆÄ¶ó¹ÌÅÍ "<param name='myParam' value='myValue' />
// 
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
var mCheck ="";
function MakeFlashString(source,id,width,height,wmode, otherParam)
{	
	document.write("<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0\" width="+width+" height="+height+" id="+id+"><param name=\"allowScriptAccess\" value=\"always\" /><param name=wmode value="+wmode+" /><param name=movie value="+source+" /><param name=quality value=high />"+otherParam+"<embed src="+source+" quality=high wmode="+wmode+" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash\" width="+width+" height="+height+"></embed></object>");
}

function ShowCaseView(gubun) {
	for(i=1;i<5;i++){	
		if (i==gubun){ 	
			document.getElementById("SC_0"+i).style.display="BLOCK"; 
		}else{	
			document.getElementById("SC_0"+i).style.display="NONE"; }
	}
}	

function LifePopMenu(gubun) {
	for(i=1;i<4;i++){	
		if (i==gubun){ 	
			document.getElementById("LPM_0"+i).style.display="BLOCK"; 
		}else{	
			document.getElementById("LPM_0"+i).style.display="NONE"; }
	}
}	
