function insert_flash(name,url,width,height,align,param) {
	if (align) align = ' align="'+align+'"';
	else align = '';
	document.write('<object name="'+name+'" id="'+name+'" type="application/x-shockwave-flash" data="'+url+'" width="'+width+'" height="'+height+'"'+align+'><param name="movie" value="'+url+'" />'+param+'</object>');
}

function checkNum(evt) {
	var charCode = (evt.which != undefined) ? evt.which : evt.keyCode;
	return (charCode <= 31 || (charCode >= 48 && charCode <= 57));
}
function presentation() {
	window.open('/presentation.php','HeuresCreuses.com','width=380,height=280,noresize');
}
function zoom(p)
{
	var option = 'width=50, height=50, scrollbars=yes, status=no, resizable=yes';
	window.open('/commerces/zoom_'+p+'.html?pu=1','Zoom',option);
}

