// JavaScript Document

function popupPic(sPicURL) { 
 	window.open( "popup.htm?"+sPicURL, "image_viewer", "type=fullWindow,fullscreen,resizable=1,toolbar=0,scrollbars=1,screenX=0,screenY=0");
} 