/*=======================Resize===================*/
if (parent != self) {top.location.href = self.location.href}
if (screen.availWidth > screen.Width-20)
{
self.moveTo(0,0); 
self.resizeTo(screen.availWidth,screen.availHeight);
}
/*=============Fonction Anti-Frame==============*/
if (parent.frames.length > 0)
        {
        window.top.location.href = location.href;
        }
/*======================Favoris=====================*/
function signet_possible()
{
  if(!window.external)
    return false
  return true
}

function signet(reference, nom)
{
  if(!signet_possible())
  {
    alert("Cette fonction n'est pas prise en charge par votre navigateur!\n\n     Tapez CTRL + D")
    return
  }
  window.external.AddFavorite(reference, nom)
}

/*======================Demarrage=====================*/
function HomePage(obj)
	{
	obj.style.behavior='url(#default#homepage)';
	obj.setHomePage('http://www.technoscoots.com');
	}
	
/*========================Fonction image Rollover=======================*/
function ejs_img_fx(img)
{	
	if(img && img.filters && img.filters[0])
	{
	img.filters[0].apply();
	img.filters[0].play();
	}
}
/*=========================Resolution Ecran==================================*/
EcranHaut = screen.height;
EcranLarg = screen.width;
Ecran = EcranLarg + " x " + EcranHaut;
/*=========================Fonction Allopass==================================*/
function variateur()
	{
	window.open('http://www.technoscoots.com/includes-allopass/variateur.html','vario','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=300, height=380');
	}
	
function carburateur()
	{
	window.open('http://www.technoscoots.com/includes-allopass/carburateur.html','carbu','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=300, height=380');
	}
function telecharger()
	{
	window.open('http://www.technoscoots.com/includes-allopass/photo1.html','perso','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=300, height=380');
	}
	
function telecharger2()
	{
	window.open('http://www.technoscoots.com/includes-allopass/photo2.html','perso','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=300, height=380');
	}