<!--
function openwin(url,nom,prop) 
{
  	window.open(url,nom,prop);
}
//-->
