// if( location == this.location ){top.location="http://www.omegaeuropeanmasters.com/";}

function hide_all() {
	MM_showHideLayers('menus','','hide', 'mpresentation','','hide', 'mformation','','hide', 'memplois','','hide', 'mliens','','hide', 'mrecherche','','hide', 'mcontact','','hide')
}

function CheckForm () {

	//Check for a word to search
	returnVal = true;
	if (document.SiteSearch.query.value==""){
		returnVal = false;
		alert("Pour effectuer votre recherche, prière d'indiquer au minimum un mot-clé");
		document.SiteSearch.query.focus();
	}
	else {
		 document.SiteSearch.submit();
	}
}

function ImprimerPage( url )
{
  window.open( url, 'printwindow', 'width=740,height=500,toolbar=yes,resizable=true,menubar=yes,scrollbars=yes' );
}

function redo() { 
  var browserName=navigator.appName; 
  var browserVer=parseInt(navigator.appVersion); 
  if (browserName=="Netscape" && browserVer<=4) { // netscape 4.x or older
	top.location.reload();
  } 
}

