
// ÀÌ¹ÌÁö Å¬¸¯½Ã ÀÚµ¿ Á¡¼± ¾ø¾Ö±â

function bluring(){
	if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus();

}
document.onfocusin=bluring;



// ·¹ÀÌ¾î(div) º¸ÀÌ±â & ¼û±â±â

function showLayer(obj) {
	document.getElementById(obj).style.display = "block";
}
function hideLayer(obj) {
	document.getElementById(obj).style.display = "none";
}



//topmenu ÅÇº¸ÀÌ±â

function tab_photo(){
	document.getElementById("topmenu_photo").style.display = "block";
	document.getElementById("topmenu_movie").style.display = "none";
}

function tab_movie(){
	document.getElementById("topmenu_movie").style.display = "block";
	document.getElementById("topmenu_photo").style.display = "none";
}




//png ÀÌ¹ÌÁö »ç¿ëÇÏ±â

function setPng24(obj) { 
    obj.width=obj.height=1; 
    obj.className=obj.className.replace(/\bpng24\b/i,''); 
    obj.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+ obj.src +"',sizingMethod='image');" 
    obj.src='';  
    return ''; 
}




//Gnv Quick ÅÇº¸ÀÌ±â

function tab_imagestory(){
	document.getElementById("quick_imagestory").style.display = "block";
	document.getElementById("quick_network").style.display = "none";

	if(document.getElementById("mvplayer")){
		mvplayer.Pause();
		progressBuffering(true);
	}
}

function tab_network(){
	document.getElementById("quick_network").style.display = "block";
	document.getElementById("quick_imagestory").style.display = "none";

	if(document.getElementById("mvplayer")){
		mvplayer.Pause();
		progressBuffering(true);
	}
}



function hide_network(){
	document.getElementById("quick_network").style.display = "none";

	if(document.getElementById("mvplayer")){
		mvplayer.Play();
		progressBuffering(false);
	}
}

function hide_imagestory(){
	document.getElementById("quick_imagestory").style.display = "none";

	if(document.getElementById("mvplayer")){
		mvplayer.Play();
		progressBuffering(false);
	}
}



// »õÃ¢ Áß¾ÓÀ¸·Î ¶ç¿ì±â - ÀÚ¹Ù½ºÅ©¸³Æ®·Î ¼³Á¤ÇØ¼­ ¸µÅ©
function new_win(filename,p_name,s_width,s_height,s_scrol){
	var x = screen.width;
	var y = screen.height;
	var wid = (x / 2) - (s_width / 2);
	var hei = (y / 2) - (s_height / 2);

	window.open(filename, p_name, "toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,scrollbars=" + s_scrol + ",width=" + s_width + ",height=" + s_height + ",top=" + hei + ",left=" + wid + ",scrolbar=no"); 
}
//¸µÅ©´Â javascript:ÇÔ¼ö;



// ·Î±×ÀÎ ¸µÅ©
function login_kor() {
	var URL = '../korean/popup/login.php';
	var win = new_win(URL,'','500','240','0');
	
}	
function login_eng() {
	var URL = '/english/popup/login.php';
	var win = new_win(URL,'','500','240','0');
	
}	


// myBox
function myBox() {
	var URL = '/korean/mybox.php';
	var win = new_win(URL,'','1000','500','0');
	
}	





// image & story.busan µ¿¿µ»óº¸±â_±¹¹®
function m_action_kor() {
	var URL = '/korean/swf/isbmovie/m_action.html';
	var win = new_win(URL,'','660','415','0');
	
}	

function m_melo_kor() {
	var URL = '/korean/swf/isbmovie/m_melo.html';
	var win = new_win(URL,'','660','415','0');
	
}	

function m_sf_kor() {
	var URL = '/korean/swf/isbmovie/m_sf.html';
	var win = new_win(URL,'','660','415','0');
	
}	

function m_martial_kor() {
	var URL = '/korean/swf/isbmovie/m_martial.html';
	var win = new_win(URL,'','660','415','0');
	
}

function m_mystery_kor() {
	var URL = '/korean/swf/isbmovie/m_mystery.html';
	var win = new_win(URL,'','660','415','0');
	
}	

function m_loadmovie_kor() {
	var URL = '/korean/swf/isbmovie/m_loadmovie.html';
	var win = new_win(URL,'','660','415','0');
	
}	



// image & story.busan µ¿¿µ»óº¸±â_¿µ¹®
function m_action_eng() {
	var URL = '/english/swf/isbmovie/m_action.html';
	var win = new_win(URL,'','660','415','0');
	
}	

function m_melo_eng() {
	var URL = '/english/swf/isbmovie/m_melo.html';
	var win = new_win(URL,'','660','415','0');
	
}	

function m_sf_eng() {
	var URL = '/english/swf/isbmovie/m_sf.html';
	var win = new_win(URL,'','660','415','0');
	
}	

function m_martial_eng() {
	var URL = '/english/swf/isbmovie/m_martial.html';
	var win = new_win(URL,'','660','415','0');
	
}

function m_mystery_eng() {
	var URL = '/english/swf/isbmovie/m_mystery.html';
	var win = new_win(URL,'','660','415','0');
	
}	

function m_loadmovie_eng() {
	var URL = '/english/swf/isbmovie/m_loadmovie.html';
	var win = new_win(URL,'','660','415','0');
	
}	

