<!--
function WopenPICT(path)
{
	var CELEBNWin;
		CELEBNWin=window.open(path,"detail","scrollbars=no,width=640,height=480")
		CELEBNWin.focus();
}
// -->

