function popPage(page){
t=((screen.height/2)-(685/2))
l=((screen.width/2)-(600/2))
window.name="KeystoneLight";
popWin = window.open(page,'KLight','width='+685+',height='+600+',top='+t+',left='+l+',status=0,toolbar=0,resizable=0, noresize, fullscreen=0, directories=0, scrollbars=1');
}
function example()
{
  var generator=window.open('','name','height=300,width=450');  
  generator.document.write('<html><head><title>Date Code</title>');
  generator.document.write('</head><body topmargin="0">');
  generator.document.write('<a href="javascript:self.close()"><img src="images/can.jpg" width="400" height="280" border="0"></a>');
  generator.document.write('</body></html>');
  generator.document.close();
}

var currdate=new Date();
