window.onerror=function(){return true}
var ThisPageName
ThisPageName = location.pathname.replace(/(.*)\//, "").toUpperCase();
function LoadBookPic(ProductBookID,CorNo,CorWebID)
{
  w=window.screen.availwidth;
  h=window.screen.availHeight;
  GUrl = "http://Book.0595stw.com/BookView.asp?ProductBookID="+ProductBookID + "&CorNo=" + CorNo + "&CorWebID=" + CorWebID;
pop=window.open(GUrl,"_blank","fullscreen=0,directories=0,location=no,menubar=1,resizable=no,status=0");
  pop.resizeTo(w,h);
  pop.moveTo(0,0);
  pop.focus();
  pop.location.href=GUrl;  
  //parent.window.opener=null;
  //parent.window.close();
}

function WebLink()
{
   loadAJAXTab("/AjaxFile/Index/WebLink.asp","WebLink");

}
function CallCollectGarbage()
{
	CollectGarbage();
	window.setTimeout(CallCollectGarbage, 10000);
}
window.setTimeout(CallCollectGarbage, 1000);