﻿function $(x){
    return document.getElementById(x);
}

//<![CDATA[
function Show_Tab(DName,Tabid_num,Tabnum,ArrNum){
for(var i=0;i<ArrNum;i++){
   $("C_"+Tabid_num+i).style.display="none";
}
Tabnum==1 ? $(DName).className=DName : $(DName).className=null;

$("C_"+Tabid_num+Tabnum).style.display="block";
} 
//]]>

function changeMenu(strName)
{
      $(strName).className="Mclick";
}

//----------Map Show
//function ShowHtmlString(ImageUrl,Iwidth,Iheight)
//{
//    var strHtml = "<table border='0' style='width:100%; text-align:center;'><tr><td><img src='"+ImageUrl+"' /></td></tr></table>";
//    var pop=new Popup({ contentType:2,isReloadOnClose:false,width:Iwidth,height:Iheight});
//    pop.setContent("contentHtml",strHtml);
//    pop.setContent("title","青田商场地图");
//    pop.build();
//    pop.show();
//}

function ShowIframe(PageURL,PageTitle,Iwidth,Iheight)
{   
    var pop=new Popup({ contentType:1,scrollType:'no',isReloadOnClose:false,width:Iwidth,height:Iheight});
    pop.setContent("contentUrl",""+PageURL+"");
    pop.setContent("title",""+PageTitle+"");
    pop.build();
    pop.show();
}
//删除暂存架不需要的商品
function delStrCookie(id)
{
    var V = GLShop_eShop_Account.delStrCookie(id);
    alert(V.value);
    $("bindOrderCookie").innerHTML=V.value;
}