// Close button for a pop up window
// Called from deliveryinfo.php, radpicure.php, guaranteepopup.php
document.writeln('<a href="" onclick="window.close()">');
document.writeln('<img src="images/closeWin.gif" width="108" height="25" border="0" alt="Close Window"></a>');