function PopupCentrer(sPicURL) { 
	window.open("/popup.cfm?image="+sPicURL, "", "resizable=1,HEIGHT=200,WIDTH=200");
}