//
function home(){window.location.href="../ch/main.asp"}//

//
function email(){window.location.href="mailto:"}

//
function sitemap(){window.location.href="../sitemap/sitemap.php"}
function contents(){window.location.href="../company/map.php"}

function kor(){window.location.href="/main/main.php"}


//aboutus
function ceo(){window.location.href="../ch/about.asp"}//CEO 

//product
function recomm(){window.location.href="../ch/About.asp?ID=6"}//


// zizhi
function ourhouse(){window.location.href="../ch/About.asp?ID=7"}//

// product
function notice(){window.location.href="../ch/productList.asp"}//



//news
function wallpaper_info(){window.location.href="../ch/Newslist.asp"}//


//MessageList
function hide(){window.location.href="../ch/MessageList.asp"}//


//
function private_policy(){window.location.href="../etc/private_policy.php"}//
function stipulation(){window.location.href="../etc/stipulation.php"}//
function email_policy(){window.location.href="../etc/email_policy.php"}//

//
function agreement(){window.location.href="../member/agreement.php"}//

//foot flahs links
function brand_2(){window.location.href="../ch/About.asp?ID=8"}//
function brand2_2(){window.location.href="../ch/About.asp?ID=8"}//
function brand3_2(){window.location.href="../ch/About.asp?ID=8"}//
function brand4_2(){window.location.href="../ch/About.asp?ID=8"}//
function brand5_2(){window.location.href="../ch/About.asp?ID=8"}//
function brand6_2(){window.location.href="../ch/About.asp?ID=8"}//
function brand7_2(){window.location.href="../ch/About.asp?ID=8"}//
function brand8_2(){window.location.href="../ch/About.asp?ID=8"}//
function brand9_2(){window.location.href="../ch/About.asp?ID=8"}//


function show(url)
{ 
    //url = 
    newWin = window.open(url,'','toolbar=no location=no directories=no status=no menubar=no scrollbars=no resizable=no width=1024 height=768 top=0 left=0');
    newWin.moveTo(0,0);
    left1=(screen.availWidth-1024-5)/2;
    top1=(screen.availHeight-768-10)/2;
    newWin.resizeTo(1024,812);
    newWin.moveTo(left1,top1);
    //window.opener = window.location.href;
    //setTimeout('self.close()', 200);
    //return newWin;
}
