// Ez.Live 士林生活網版權宣告 
function copyright(){
     document.write("本網頁建議以IE5.5以上版本,800*600像素瀏覽,以取得最佳瀏覽效果。<br>Copyright 2007 Go-bid All rights reserved");
}

function presetSelect(formname,fd,idx) {
  eval("theField=document."+formname+"."+fd);
  if (idx!="") {
  for (i=0;i<theField.length;i++) {
    if (theField[i].value==idx) {
      theField.selectedIndex=i;
      break;
    }
  }
  }
}

function presetRadio(formname,fd,idx) {
  eval("theField=document."+formname+"."+fd);
  if (idx!="") {
  for (i=0;i<theField.length;i++) {
    if (theField[i].value==idx) {
      theField[i].checked=true;
      break;
    }
  }
  }
}

function PrintPremium(storeid){
   window.open('/store/PrintPremium.php?StoreID='+storeid,'commercial','width=573,height=480,toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,resizable=no,status=no');
}
function PrintPremium2(storeid){
   window.open('/store/PrintPremium2.php?StoreID='+storeid,'commercial','width=573,height=480,toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,resizable=no,status=no');
}
function PrintPremium3(storeid){
   window.open('/store/PrintPremium3.php?StoreID='+storeid,'commercial','width=573,height=480,toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,resizable=no,status=no');
}


