function PopupPic(sPicURL) {
	//if (pWin) pWin.close();
	window.open("/image.html?"+sPicURL, "pWin","resizable=0,height=150,width=150");
}


function showImage ( img ) {
	var elem = document.getElementById("preview");
	elem.src = img;
}