    <!--
    function MM_reloadPage(init) {  //reloads the window if Nav4 resized
      if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
        document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
      else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
    }
    MM_reloadPage(true);
    //-->

function preview() { 
bdhtml=window.document.body.innerHTML; 
sprnstr="<!--startprint-->"; 
eprnstr="<!--endprint-->"; 
prnhtml=bdhtml.substr(bdhtml.indexOf(sprnstr)+17); 
prnhtml=prnhtml.substring(0,prnhtml.indexOf(eprnstr)); 
prnhtml=prnhtml+"ÁÂÁÂ±zªº­qÁÊ!</span><br><font size=2 face=Verdana>www.CallingTaiwan.com.tw</font><br><br></td></tr></table><br><br><a href=index.php?option=com_phpshop&page=checkout.r><font size=3>ªð¦^«e­¶</font></a>"
window.document.body.innerHTML=prnhtml; 
window.print(); 
         }
function iFrameHeight() {
if(document.getElementById && !(document.all)) {
h = document.getElementById('iframename').contentDocument.body.scrollHeight;
document.getElementById('iframename').height = h+20;
}
else if(document.all) {
h = document.frames('iframename').document.body.scrollHeight;
document.all.iframename.height = h+20;
}
}
function initial(){
	document.pay.submit(); 
}
function LayerSwitch(szLayer,szAction){
  var ns,obj;
  ns = (document.layers) ? 1:0
  obj = document.getElementById(szLayer);
  if (szAction=="visible") {
    obj.style.display = "block";
    if (ns) obj.visibility = "show"
  }
  if(szAction=="hidden"){
    obj.style.visibility = "hidden"
    if (ns) obj.visibility = "hide"
  }
}