
 
//  This will open a pop-up window called 'popup.htm'
//  'popup.htm' conatains a script that will have a window sized at exact height and width of the image


function PopupPic(sPicURL) { 
				window.open("img/gallery/popup.htm?"+sPicURL, "", "resizable=1,HEIGHT=200,WIDTH=200");
			}