// JavaScript Document
function clrall()  { 
  dtch=new Date() ; 
    if ( confirm("Please confirm you wish to clear all lines.") )  { 
       document.prtqty.action="basket?htch=" + dtch.getTime() ; 
       document.prtqty.wbutton.value="Clear All" ; 
       document.prtqty.submit() ; 
      } 
 } 
    
 function dlvry()  { 
  top.location.href="https://www.profusionplc.com/secure/gex/secure/proceed" ; 
   } 
    
 
 function ordhlp()  {  
  location.href="orderhelp2?whrfrm=Cart" ; 
 } 
 
    
 function amndmsg()  { 
  self.status="Click then enter amendment at the top (0 to delete)"; 
 } 
    
 function clrmsg()  { 
  self.status=""; 
 } 
    
 function partmsg()  { 
  self.status="Click to show detail page for this part"; 
 } 

