function PopupEff(nomPage,guid)
{
	open(nomPage+'?guid='+guid,'','width=960,height=530,toolbar=no,scrollbars=no,resizable=no,top='+parseInt(((screen.height-450)/2))+',left='+parseInt(((screen.width-700)/2)));
}

