function goShopBy(type){

       var f= document.f;
       var gourl = "/front/php/category.php?cate_no=";
       var gourl2 = "/front/php/project/project.php?main_cate_no=";
      

       var doSubmit = false;
       if(type=="shopbygift"){
             gourl = gourl + f.shopbygift.options[f.shopbygift.selectedIndex].value;
             doSubmit = true;         
       }else if(type=="shopbybrand"){
             
             if(f.shopbybrand.options[f.shopbybrand.selectedIndex].value == "blik"){
               gourl = "/front/php/gonggu/gonggu.php?main_cate_no=14"; 
             }else{
               gourl = gourl + f.shopbybrand.options[f.shopbybrand.selectedIndex].value;
             }
             doSubmit = true;

       }else if(type=="shopbystage"){
              gourl = gourl + f.shopbystage.options[f.shopbystage.selectedIndex].value;
             doSubmit = true;       
       }
      
       if(doSubmit){

         f.action = gourl;
         f.submit();
       }


}


function goComing(){
         alert("Coming Soon!");
}


///front/php/newpage.php?code=12
//ÆË¾÷ ½ºÅ©¸³Æ®
//window.open("/front/php/newpage.php?code=12","SpaceLogic_pop2","width=600, height=600,toolbar=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0");
