function PopupPic(sPicURL) { 
	sPicURL = escape(sPicURL);
	window.open("http://www.albatrosplastik.com.tr/popup.html?"+sPicURL, "", "resizable=1,HEIGHT=200,WIDTH=200");
}