
/* ¸µÅ© */
root="/";
m00_00="/sub/wiz_sub01_1a.html";
m00_01="/sub/wiz_sub01_2a.html";
m00_02="/sub/wiz_sub01_3a.html";

m01_00="/sub/wiz_sub02_1a.html";
m01_01="/sub/wiz_sub02_2a.html";
m01_02="/sub/wiz_sub02_3a.html";

m02_00="/sub/wiz_sub03_1a.html";
m02_01="/sub/wiz_sub03_2a.html";

m03_00="/sub/wiz_sub04_1a.html";
m03_01="/sub/wiz_sub04_2b.html";
m03_02="/sub/wiz_sub04_3a.html";

m04_00="/wizcomm_news/list.php";
m04_01="/client_news/list.php";
m04_02="/results/list.php";

m05_00="/sub/prrequest.html";
m05_01="/sub/recruit.html";
m05_02="/sub/location.html";

m_eng = "/eng/";

e00_00="/eng/sub01_1a.html";
e00_01="/eng/sub01_2a.html";
e00_02="/eng/sub01_3a.html";

e01_00="/eng/sub02_1a.html";

e02_00="/eng/sub03_1a.html";

e03_00="/eng/prrequest.html";
e03_01="/eng/recruit.html";
e03_02="/eng/location.html";


//m_office = "http://office.wizcomm.net";

function show1(lname)

{

	
	var obj = document.getElementById("apgu");
	obj.style.display = "none"; 

	var obj = document.getElementById("gang");
	obj.style.display = "block"; 

}

function show2(lname)
{

	
	var obj = document.getElementById("gang");
	obj.style.display = "none"; 

	var obj = document.getElementById("apgu");
	obj.style.display = "block"; 

}




function link(name,win) {    


	try{

		if (eval(name) == "") {

			alert("¼­ºñ½º ÁØºñÁßÀÔ´Ï´Ù.");

			return;    


		} else if (name == "pop_layer") { 	
      
			var intWidth = 1003;
   			var intHeight = 1020;
   			//var height = screen.height; 
   			//var width = screen.width; 
   			//var intWidth = width 
   			//var intHeight = height;  
			window.open('/pop_detail.html','1234','width='+intWidth+',height='+intHeight+',top=0,left=0,scrollbars=no,resizable=yes');void(0);
			
		} 
		

		else {

            if (win == "opener") {		//ÆË¾÷¿¡¼­ ºÎ¸ðÃ¢À¸·Î ¸µÅ© ÀÌµ¿

			    opener.document.location.href = eval(name);
			    self.close();

		    } else {
			    document.location.href = eval(name);

		    }

		}

	} catch(e) {

		//alert(name+"°¡ Á¤ÀÇ µÇÁö ¾Ê¾Ò½À´Ï´Ù");
		alert("¼­ºñ½º ÁØºñÁßÀÔ´Ï´Ù.");

	}



}


function hide_layer(lname)

{

	
	var obj = document.getElementById(lname);
	obj.style.display = "none"; 


}


function pagetop() {
window.scrollTo(0,0);
}


function nodata() {
alert ("µ¿¿µ»ó ÆÄÀÏÀÌ ¼±ÅÃµÇÁö ¾Ê¾Ò½À´Ï´Ù.");
}

function Call_Swf(URL,SizeX,SizeY,Transparent_YN,strConditionAll){


	document.write('			<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ');

	document.write(	'				codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" ');

	document.write(	'				width="'+SizeX+'" height="'+SizeY+'" id="productXc" align="middle">');

	document.write(	'				<param name="movie" value="'+URL+'" />');

	document.write(	'				<param name="quality" value="high" />');

	document.write(	'				<param name="allowScriptAccess" value="always" />');

	document.write(	'				<param name="allowFullScreen" value="false" />');
	document.write(	'				<param name="menu" value="false" />');
	document.write( '              <param name="FlashVars" value="'+strConditionAll+'" />');

	if(Transparent_YN == 'Y') {

		document.write(	'				<param name="wmode" value="transparent"/>');

	}
	document.write(	'				<embed src="'+URL+'" wmode="transparent" quality="high" allowScriptAccess="always" allowFullScreen="false" ');
	document.write(	'						bgcolor="#ffffff" width="'+SizeX+'" height="'+SizeY+'" name="productXc1"');
	document.write(	'						align="middle" ');
	document.write(	'						type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write(	'		</object>		');

}


	
	


function popwin(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


	
function gotop() { 
        window.scrollTo(0,0) 
}


function gopage(height) { 
        window.scrollTo(0,height) 
}
 
 
$(function() {
	$("a").focus( function() {
		$(this).blur();
	});
}); 

 
$(document).ready(function(){
  $.preloadCssImages();
}); 


$(function() {
	$("img.rollover").hover(function() {
			this.src = this.src.replace("_off","_on");
	}, function() {
		this.src = this.src.replace("_on","_off");
	});
});

$(function() {
	$("img.rollover0").hover(function() {
			this.src = this.src.replace("_off","_on");
	});
});


(function($) {
  var cache = [];
  // Arguments are image paths relative to the current page.
  $.preLoadImages = function() {
    var args_len = arguments.length;
    for (var i = args_len; i--;) {
      var cacheImage = document.createElement('img');
      cacheImage.src = arguments[i];
      cache.push(cacheImage);
    }
  }
})(jQuery)
