<!-- Hide script from old browsers
function lrgImage(imgfile){
imgWindow = window.open(imgfile, "imgWin", 
       "toolbar=no,location=no,scrollbars=yes,resizable=yes,width=680,height=670, left=0, right=0");
	imgWindow.focus();
}
// End hiding script from old browsers -->
<!-- call format: <a href="javascript:newWindow('abc.jpg')">  -->
