<!--
/***********************************************/
/* ouvrir nouvelle fenetre		               */
/***********************************************/
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
/***********************************************/
/* 		                                       */
/***********************************************/
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}
 }
}
/***********************************************/
/* Copyright - desactive click droit		   */
/***********************************************/
var message = "Copyright (C) 2007 -- Bulls Corporation ~~ \n\n" +
              "Toute copie ou reproduction, meme partielle, \n" +
              "est totalement interdite.";
if (document.layers) document.captureEvents(Event.MOUSEDOWN); 
    function norightclick(e) {
var but = 0;
if (document.layers) {
    but = e.which;
if ((but & 2) == 2) {
     alert(message);
return false;
 }
} else {
     but = event.button;
if ((but & 2) == 2) {
     event.cancelBubble = true
     event.returnValue = false;
     alert(message);
return false;
    }
  }	
}
function nocontextmenu() {
     event.cancelBubble = true;
     event.returnValue = false;
     alert(message);
return false;
}
document.onmousedown = norightclick;		
document.oncontextmenu = nocontextmenu;
/***********************************************/
/* Retour haut de page		                   */
/***********************************************/
function en_haut()
{
window.scroll(0,0);
}
/***********************************************/
/* Ajouter aux favoris		                   */
/***********************************************/
nav = navigator.appName.substring(0,3);
ver = navigator.appVersion.substring(0,1)
function addFav()
 {
  if (nav == "Mic" && ver >= 4)
 {
url_site="http://www.bulls-corporation.com/";
titre_site = "Bulls Corporation - British Bulldog";
document.write('<a href="#" style="font-family: Verdana, Arial, Helvetica, sans-serif; color: #CC3300; font-size: 12px; font-weight: normal;" title="Cliquez pour ajouter Bulls Corporation en favoris !" onClick="window.external.AddFavorite(url_site, titre_site);return(false);">Ajouter aux favoris</a>')
}
  else
 {
document.write('Faites CTRL+D pour ajouter ce site a vos favoris !')}
}
/***********************************************/
/* Menu deroulant direct sans bouton           */
/***********************************************/
function menuderoulant(selection){
window.location=selection.options[selection.selectedIndex].value;
}
//-->
