if(screen.width<800){alert('Pour voir ce site dans de bonnes conditions, changez votre résolution. Passez en mode 800 x 600');}


function ouvre_html(){
window.open('html/index.html','index','fullscreen=yes')
}
function ouvre_javascript(){
window.open('javascript/index.html','index','fullscreen=yes')
}
function ouvre_asp(){
alert('La rubrique que vous souhaitez consulter se trouve sur un autre serveur acceptant les scripts ASP. Merci de bien vouloir patienter puis de cliquer à nouveau sur ASP');
document.location.href='http://fr_stbg.labulle.net';
}
function ouvre_php(){
window.open('php/index.html','index','fullscreen=yes')
}
function ouvre_mysql(){
window.open('http://www.multimania.com/javascriptsite/base/index.html','mysql','fullscreen=yes')
}
function ouvre_ecommerce(){

//alert('La rubrique que vous souhaitez consulter se trouve sur un autre serveur acceptant les scripts ASP. Merci de bien vouloir patienter puis de cliquer à nouveau sur Site Ecommerce');
document.location.href='http://fr_stbg.labulle.net';
}
function ouvre_ortho(){
window.open('ortho/index.htm','ortho','width=800,height=500,top=0,left=0,scrollbar=yes,toolbar=yes')
}
function ouvre_contact(){
window.open('contact/contact.html','ortho','width=800,height=500,top=0,left=0,scrollbar=yes,toolbar=yes')
}
function VersionNavigateur(Netscape, Explorer) {
  if ((navigator.appVersion.substring(0,3) >= Netscape && navigator.appName == 'Netscape') ||      
      (navigator.appVersion.substring(0,3) >= Explorer && navigator.appName.substring(0,9) == 'Microsoft'))
    return true;
else return false;  
}
function montre(object){object.visibility=vis}
function cache(object){object.visibility=invis}

