

function GoMenu(name) {
    if (eval(name) == "") {
        alert("ÁË¼ÛÇÕ´Ï´Ù(__) ¼­ºñ½º ÁØºñÁßÀÔ´Ï´Ù.");
        return;    
    } else {
		document.location.href = eval(name);
	}
}

// ***********GNB Link*********** //


var lub0101="../company/ceo.html";	//
	var lub0101="../company/ceo.html";	//
	var lub0102="../company/vision.html";	//
	var lub0103="../company/history.html";	//
	var lub0104="../company/location.html";	//


var lub0201="../business/zic.html";	//Brand "ZIC"
	var lub0201="../business/zic.html";	//Brand "ZIC"
	var lub0202="../business/yubase.html";	//Brand "YUBASE"
	var lub0203="../business/rnd.html";	//R&D
	var lub0204="../business/capability.html";	//
	

var lub0301="../product/product_01.html";	//
	var lub0301="../product/product_01.html";	//
	var lub0302="../product/product_02_01.html";	//
	var lub0303="../product/product_03_01.html";	//
	var lub0304="../product/product_04.html";	//
	var lub0305="../product/product_05_01.html";	//
	var lub0306="../product/product_06.html";	//
	var lub0307="../product/product_07_01.html";	//
	var lub0308="../product/product_08_01.html";	//
	var lub0309="../product/product_09.html";	//
	var lub0310="../product/product_10.html";	//
	var lub0311="../product/product_11.html";	//
	var lub0312="../product/product_12.html";	//
	var lub0313="http://www.zicos.net/";	//
	var lub0314="../product/product_14.html";	//

var lub0501="../pr/ci.html";	//CI 
	var lub0401="../pr/ci.html";	//CI 
	var lub0402="../pr/bi.html";	//BI 
	var lub0403="../pr/press_list.html";	//(Press)
	var lub0404="../pr/ad_gallery.html";	//
        var lub0405="../pr/irinfo.html";	//


var korean="../../kor/main/main.html"; //Korean
var english="../../eng/main/main.html"; //English
var sitemap="../etc/sitemap.html"; //Sitemap

var home="../main/main.html"; //home

var family0101="http://www.skenergy.com/";	//SK energy
var family0201="http://www.yubase.com/";	//yubase
var family0301="http://www.skzic.com/kor/main_kor.html";	//ZIC
var family0401="http://www.skces.com/";	//SK

var brand01="http://www.yubase.com/";		//site link
var brand02="http://www.skzic.com/kor/main_kor.html";		//site link

var contact="mailto:wonyoo@sk.com";		//contact us
var infor_security="";	//infor_security

// *********** Link *********** //

function FlashMainbody(Ftrans,wid,hei,flashvars) {
	mainbody = "<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='"+ wid +"' height='"+ hei +"' />";
	mainbody += "<param name='movie' value='"+ Ftrans +"' />";
	mainbody += "<param name='flashVars' value='"+ flashvars +"' />";
	mainbody += "<param name='quality' value='high' />";
	mainbody += "<param name='menu' value='false' />";
	
	if(flashvars) mainbody += "<param name='flashVars' value='"+ flashvars +"' />";
	
	mainbody += "<param name='wmode' value='transparent' />";
	mainbody += "<param name='allowScriptAccess' value='always' />";
	mainbody += "<param name='allowNetworking' value='all' />";
	mainbody += "<embed src='"+ Ftrans +"' flashVars='"+ flashvars +"' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' wmode='transparent' allowScriptAccess='always' type='application/x-shockwave-flash' width='"+ wid +"' height='"+ hei +"'></embed>"
	mainbody += "</object>";

	//document.body.innerHTML = mainbody;
	document.write(mainbody);
	return;
}







function img_over(img1,name,dir,over){

	if(over=='over')
	{
		img1.src=dir+name+'_on.gif';
	}
	else
	{
		img1.src=dir+name+'.gif';
	}
}


