
function OpenWin(URL,width,height,nom)
{
	window.open(URL,nom,"toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=" + width + ",height=" + height + ",resizable=no");
}

function OpenWin2(URL,width,height,nom)
{
	window.open(URL,nom,"toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=" + width + ",height=" + height + ",resizable=yes");
}

function OpenCatalogue(URL,nom)
{
	window.open(URL,nom,"toolbar=0, menubar=0, scrollbars=1, resizable=1,status=0, location=0,width=800,height=500");
}

/*
onclick="OpenCatalogue('','Catalogue_interactif');return false;"
*/

