function goToURL(){window.location = "javascript:history.back()";return false;}
function goToWishlist(pid){window.location = "wishlist.cfm?pid=#toScript(url.pid)#";return false;}
function openWin
  ( windowURL, windowName, windowFeatures )
  {return window.open( windowURL, windowName, windowFeatures );} 

function openChild(file,window,e) {
 document.getElementById('button_value').value = e;
 childWindow=open(file,window,'resizable=yes,width=650,height=450,scrollbars=yes');
 if (childWindow.opener == null) childWindow.opener = self;
 }

function Opensupport(newin) {
Support3=window.open(newin,"Support3","resizeable=yes,scrollbars=yes,width=670,height=650 top=40,left=150");
window.Support3.focus();
}


