/* µ¿¿µ»ó½ºÅ©¸³Æ® */
/*
function MoviePlayer(URL,w,h) {
	var info= '<object name="vodPlayer" id="vodPlayer" title="È«º¸µ¿¿µ»ó ÇÃ·¹ÀÌ" hideFocus title classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-oleobject" STANDBY="Microsoft Windows Media Player" VIEWASTEXT width="'+w+'" height="'+h+'">' +
	'<param name="AutoStart" value="false">'+
	'<param NAME="URL" value="'+URL+'" >' + 
	'<param NAME="playCount" value="1">' + 
	'<param NAME="enableContextMenu" VALUE="0">' + 
	'<param NAME="currrentMarker" VALUE="0">' + 
	'<param NAME="ShowStatusBar" VALUE="1">' + 
	'<param NAME="currentPosition" VALUE="0">' + 
	'<param NAME="defaultFrame" value="0">' + 
	'<param NAME="ShowDisplay" value="0">' + 
	'<param NAME="backgroundColor" VALUE="2566468">' + 
	'<param NAME="DisplayForeColor" VALUE="15264680">' + 
	'<param NAME="uiMode" VALUE="none">' + 
	'<param NAME="EnableContextMenu" Value="0">' + 
	'<param NAME="stretchToFit" Value="true">' +
	'<param name="Volume" value="0">' + 
	'</object>';
	document.write(info);
	Wm_Play();

}
*/
function Wm_Play() {

	try{
		document.getElementById("vodPlayer").Play();
		//document.getElementById("play_link").href="javascript:Wm_Pause();";
		//document.getElementById("play").src="/images/inc/movie_pause.gif";
		//document.getElementById("play").alt="Àç»ýÁ¤Áö";
		document.getElementById("play_start").style.display = "none";
		document.getElementById("play_pause").style.display = "inline";
		mutes(0);
	
	}catch(e){}
		
}

function Wm_Pause() {

	try{
		document.getElementById("vodPlayer").Pause();
		//document.getElementById("play_link").href="javascript:Wm_Play();";
		//document.getElementById("play").src="/images/inc/movie_play.gif";					
		//document.getElementById("play").alt="Àç»ý½ÃÀÛ";
		document.getElementById("play_start").style.display = "inline";
		document.getElementById("play_pause").style.display = "none";
		mutes(1);

	}catch(e){}

}
		
function Wm_Stop() {
		
	try{
		document.getElementById("vodPlayer").Stop();
		//document.getElementById("play_link").href="javascript:Wm_Play();";
		//document.getElementById("play").src="/images/inc/movie_play.gif";					
		//document.getElementById("play").alt="Àç»ý½ÃÀÛ";
		document.getElementById("play_start").style.display = "inline";
		document.getElementById("play_pause").style.display = "none";
		mutes(1);
		
	}catch(e){}
	
}

function mutes(mtag){

	if (mtag == 0) {
		document.getElementById("vodPlayer").mute = false;
		//document.getElementById("sound_link").href="javascript:mutes(1);";
		//document.getElementById("sound").src="/images/inc/movie_soundoff.gif";
		//document.getElementById("sound").alt="À½¼º²ô±â";
		document.getElementById("soundon").style.display = "none";
		document.getElementById("soundoff").style.display = "inline";
		mtag = 1;
			
	} else {
		document.getElementById("vodPlayer").mute = true;
		//document.getElementById("sound_link").href="javascript:mutes(0);";
		//document.getElementById("sound").src="/images/inc/movie_soundon.gif";
		//document.getElementById("sound").alt="À½¼­ÄÑ±â";
		document.getElementById("soundon").style.display = "inline";
		document.getElementById("soundoff").style.display = "none";
		mtag = 0;
		
	}

}
	
var vod_value = 1
var arr_url1 = ""
var arr_url2 = ""
var vod_url = arr_url1;
			
function index_vod_content(num) {
	//Wm_Stop();
	//index_vod1_l.style.display = "none";
	//index_vod2_l.style.display = "none";

	document.getElementById("index_vod" + vod_value + "_l").style.display="inline";
	document.getElementById("index_vod" + vod_value + "_l_o").style.display="none";
	document.getElementById("index_vod" + num + "_l").style.display="none";
	document.getElementById("index_vod" + num + "_l_o").style.display="inline";
	
	//eval("index_vod" + vod_value + "_l_l").href="javascript:onFullScreen(0);";
	document.getElementById("index_vod" + vod_value + "_l").src = "/images/inc/btn_vodbig.gif";
	document.getElementById("index_vod" + vod_value).src = "/images/inc/vod_view0"+ vod_value +".gif";
	vod_value = num;
	//eval("index_vod" + num + "_l_l").href="javascript:onFullScreen(1);";
	document.getElementById("index_vod" + num + "_l").src = "/images/inc/btn_vodbig_o.gif";
	document.getElementById("index_vod" + num).src = "/images/inc/vod_view0"+ num +"_o.gif";

	vod_url = eval("arr_url" + num);
	var vod_name = "movie/korea.wmv";
		
	if (num == 1) {
		document.getElementById("vodPlayer").filename = "/movie/korea.wmv";
		//vod_name = "movie/korea.wmv";
	
	} else {
		document.getElementById("vodPlayer").filename = "/movie/intro.wmv";
		//vod_name = "movie/intro.wmv";

	}
	document.getElementById("vodPlayer").Mute = true;
	//MoviePlayer(vod_name, "360", "240");
		
}

function index_vod_move() {
	document.location.href = vod_url;

}

function index_vod_zoom(val) {
	window.open('/inc/index_vodPlayer.jsp?value='+val, 'jbassem', 'scrollbars=no,status=no,toolbar=no,resizable=0,location=no,menu=no,width=640,height=480,left=150,top=150');

}

function campaign_vod(num) {
	//Wm_Stop();
	//index_vod1_l.style.display = "none";
	//index_vod2_l.style.display = "none";

	//document.getElementById("campaign_vod" + vod_value + "_l").style.display="inline";
	//document.getElementById("campaign_vod" + vod_value + "_l_o").style.display="none";
	//document.getElementById("campaign_vod" + num + "_l").style.display="none";
	//document.getElementById("campaign_vod" + num + "_l_o").style.display="inline";
	
	//eval("campaign_vod" + vod_value + "_l_l").href="javascript:onFullScreen(0);";
	//document.getElementById("campaign_vod" + vod_value + "_l").src = "/images/inc/btn_vodbig.gif";
	//document.getElementById("campaign_vod" + vod_value).src = "/images/inc/campaign_btn_movie0"+ vod_value +".gif";
	vod_value = num;
	//eval("campaign_vod" + num + "_l_l").href="javascript:onFullScreen(1);";
	//document.getElementById("campaign_vod" + num + "_l").src = "/images/inc/btn_vodbig_o.gif";
	//document.getElementById("campaign_vod" + num).src = "/images/inc/campaign_btn_movie0"+ num +"_o.gif";

	vod_url = eval("arr_url" + num);
	var vod_name = "movie/campaignA.wmv";
		
	if (num == 1) {
		document.getElementById("vodPlayer").filename = "/movie/campaignA.wmv";
			
	} else {
		document.getElementById("vodPlayer").filename = "/movie/campaignB.wmv";
		
	}
	document.getElementById("vodPlayer").Mute = false;
			
}

function onFullScreen(num) {

	if (num == 1)
		document.getElementById("vodPlayer").DisplaySize = 3;
	
}

function campaign(){ 
	url = "/inc/campaign.jsp" ; 
	window.open(url,'Ä·ÆäÀÎ¿µ»ó','toolbar=no,menubar=no,location=no,directions=no, scrollbars=no,status=yes,width=700,height=700'); 

}
/* µ¿¿µ»ó½ºÅ©¸³Æ®³¡ */