document.write('
');function Vsh(theForm)
{
if ((theForm.searchname.value=="" || theForm.searchname.value=="请输入您所要查找的商品名称") && (theForm.searchcode.value=="" || theForm.searchcode.value=="商品编号"))
{
alert(" 请输入查询关键字。");
theForm.searchname.focus();
return (false);
}
}
function showsc(i)
{
document.getElementById('color_1').style.display="none";
document.getElementById('color_2').style.display="none";
document.getElementById('color_3').style.display="none";
eval("cobj=document.getElementById('color_"+i+"')");
cobj.style.display="";
}
function vbuy()
{
document.top_vbuyform.submit();
}
Sarea_code="1";
Sbrandid="";
if (Sbrandid!=""){showsc('3');} //有品牌ID带入,显示品牌(已品牌为主)
else{if (Sarea_code!=""){showsc(Sarea_code);}} //指定某分区
function pmto(pmid)
{
url="/index_pma.php?pma_code="+pmid;
window.location.href=url;
}
function brto(brid)
{
url="/brandshop.php?brandid="+brid;
window.location.href=url;
}