function PopupPic(sPicURL)
 {
	newWin=window.open( sPicURL, 'newWin','resizable=1,HEIGHT=200,WIDTH=200');
	newWin.focus();
 }