
if (top.frames.length!=0) top.location=self.document.location;


window.moveTo(0,0);
if (document.all) {
window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers) {
if (window.outerHeight<screen.availHeight||window.outerWidth<screen.availWidth){
window.outerHeight = screen.availHeight;
window.outerWidth = screen.availWidth;
}
}



function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);



/*
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/
nav = navigator.appName.substring(0,3);
ver = navigator.appVersion.substring(0,1)
function addFavEx()
	{
	if (nav == "Mic" && ver >= 4)
		{
		url_site="http://www.sosprotheses.com";
		titre_site = "Prothesiste dentaire SOS Protheses 75008 Paris";
		document.write('<A HREF="#" title="ajoutez le site à vos favoris" onClick="window.external.AddFavorite(url_site, titre_site);return(false);">ajoutez le site à vos favoris</A><BR>')
		}
	else
		{
		document.write('Faites CTRL+D pour ajouter le site &agrave; vos favoris!')
		}
	}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}



//Hide status bar msg II script- by Wsabstract.com
//Visit Website Abstraction (http://wsabstract.com) for script
//Credit must stay intact for use
function hidestatus(){
window.status=''
return true
}
if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
document.onmouseover=hidestatus
document.onmouseout=hidestatus
