// JavaScript Document

// resizable popup window script
function PopupPic(sPicURL) { 
	window.open( "imageholder.html?"+sPicURL, "","resizable=1,HEIGHT=600,WIDTH=800"); 
}