

/* Popup Images */
function PopupPic(sPicURL) { 
	window.open( "popup.htm?"+sPicURL, "",  
	"resizable=no,HEIGHT=200,WIDTH=200"); 
} 
