/*+*****************************************popup*******************************************************/
function pop(pop,width,height,flag)
{
	var url = pop;
	var wd = width;
	var he = height;
    
    if (flag == "0" )
    {  window.open(url,"","toolbar=0,menubar=0,scrollbars=no,resizable=no,width=" + wd +",height=" + he + ";");  }
    else 
    {  window.open(url,"","toolbar=0,menubar=0,scrollbars=yes,resizable=no,width=" + wd +",height=" + he + ";");  }
}

/*+************** Left Menu Link ***************/

function cheilmain(){
location.replace("/")
}


function faq(){
location.replace("/etc/faq.asp")
}

function contactus(){
location.replace("/etc/contactus.asp")
}

function global(){
pop('/etc/pop_global.asp',480,368,0);
}
 
 /*+************** Top Menu Link ***************/

 // cheil01()

function cheil01(){
location.replace("gsjj.asp")
}

// cheil02() 

function cheil02(){
location.replace("cpjs.asp")
}

// cheil03() 

function cheil03(){
location.replace("zzry.asp")
}

//cheil04()
function cheil04(){
location.replace("xxfk.asp")
}

// cheil05()
function cheil05(){
//location.replace("contact.asp")
location.replace("contact.asp")
}

// cheil06()
function cheil06(){
location.replace("index.asp")
}

// cheil07()
function cheil07(){
location.replace("english.asp")
}

//English IR: englishir()
function englishir(){
location.replace("/eng/")
//pop('http://www.cheil.com/popup/pop_comingsoon.asp',289,185,0);
}

//SiteMap: sitemap()
function sitemap(){
location.replace("/etc/sitemap.asp")
}
