
//Àú½ºÆ®¿ø±Â return

function getParameter_justone(){
	 vol = '2603' 
	 txtTitle = '12302'
	 txt = '¼­µÎ¸£¼¼¿ä!\n¼­µÎ¸£¼¼¿ä!\n¼­µÎ¸£¼¼¿ä!'


 return  vol +"|||"+txtTitle  +"|||"+   txt 
}

function getParameter_pointreedc (){
	return	pointreedcArr
}

function getParameter_mainEventArr() {
	return mainEventArr;
}
function getsec_mainEventArr(){
	sec = 3 // ÃÊ´ÜÀ§ ÀÔ·Â
	return sec
}


//flashObject

function otherflash(dirNswf,fwidth,fheight,id,sendVars)
{
	varvalues = "window";
	//var today = new Date();
	//dirNswf = dirNswf + "?R=" + today.getHours() + today.getMinutes() + today.getSeconds();

	var flashobjec = "";
	flashobjec+="<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='"+fwidth+"' height='"+fheight+"' "+" id='"+id+"'>";
	flashobjec+="<param name='movie' value='"+dirNswf+"'>";
	flashobjec+="<param name='quality' value='high'>";
	flashobjec+="<param name='wmode' value='transparent'>";
	flashobjec+="<param name='FlashVars' VALUE='"+sendVars+"'>";
	flashobjec+="<param name='allowScriptAccess' value='always'>";
	flashobjec+="<embed src='"+dirNswf+"' quality='high' wmode='transparent' pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' allowScriptAccess='always' showLiveConnect='true' type='application/x-shockwave-flash' width='"+fwidth+"' height='"+fheight+"'"+" id='"+id+"' name='"+id+"'></embed>";
	flashobjec+="</object>";
	document.write(flashobjec);
 }

//µ¿¿µ»ó¿ë ÇÃ·¡½Ã 
function otherflashflv(dirNswf,fwidth,fheight,id,sendVars)
{
	varvalues = "window";
	var flashobjec="";
	flashobjec+="<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='"+fwidth+"' height='"+fheight+"' "+" id='"+id+"'>";
	flashobjec+="<param name='movie' value='"+dirNswf+"'>";
	flashobjec+="<param name='quality' value='high'>";
	flashobjec+="<param name='FlashVars' VALUE='"+sendVars+"'>";
	flashobjec+="<param name='allowScriptAccess' value='always'>";
	flashobjec+="<param name='allowfullscreen' value='true'>";
	flashobjec+="<embed src='"+dirNswf+"' quality='high' pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' allowScriptAccess='always' allowfullscreen='true' showLiveConnect='true' type='application/x-shockwave-flash' width='"+fwidth+"' height='"+fheight+"'"+" id='"+id+"' name='"+id+"'></embed>";
	flashobjec+="</object>";
	document.write(flashobjec);
 }

//ÇÃ·¹½Ã»ó¿¡¼­ ÆäÀÌÁö ¸µÅ©

function pageLink(url){
	document.location.href = url
}
function pageLink2(url){
	//parent.location.href = url
	top.location.href = url
}


// TOP Layer
function layerblock ( name ) {
div1 = document.getElementById( name );
div1.style.display = 'block';
}


function DisplayMenu(menu,tabNum,num) {
     for (i=1; i<=tabNum; i++){
		if (num == i) {
			thisMenu = eval(menu + num + ".style");
			thisMenu.display = "";
		}else{
			otherMenu = eval(menu + i + ".style"); 
			otherMenu.display = "none"; 
		}
	}
}


function ClearMenu(menu,tabNum) {
     for (i=1; i<=tabNum; i++){
			otherMenu = eval(menu + i + ".style"); 
			otherMenu.display = "none"; 
	}
}

function layernone ( name ) {
div1 = document.getElementById( name );
div1.style.display = 'none';
}



