/* AUTEUR: gerard florit */
/* Date de création: 07/02/2002 */

function warning()
{
alert("Sorry\nNo information !\n\nDésolé\nPas d'information !");
}

function info(a) 
{
window.open(a, "_blank", "resizable=1,scrollbars=0,toolbar=0,location=0,menubar=0,status=0,width=740,height=550,left=05,top=05");
}
	 
function photo(a) 
{
window.open(a, "_blank", "resizable=0,scrollbars=0,toolbar=0,location=0,menubar=0,status=0,width=800,height=600,left=05,top=05");
}
	 	 
function color(a) 
{
window.open(a, "_blank", "resizable=0,scrollbars=0,toolbar=0,location=0,menubar=0,status=0,width=800,height=600,left=05,top=05");
}
	 
function polar(a) 
{
window.open(a, "_blank", "resizable=1,scrollbars=0,toolbar=0,location=0,menubar=0,status=0,width=650,height=450,left=05,top=05");
}
	 
function polar_info(a) 
{
window.open(a, "_blank", "resizable=1,scrollbars=0,toolbar=0,location=0,menubar=0,status=0,width=650,height=730,left=05,top=05");
}
	 
function test(a) 
{
window.open(a, "_blank", "resizable=1,scrollbars=1,toolbar=0,location=0,menubar=0,status=0,width=840,height="+(screen.height-180)+",left=05,top=05");
}
	 
function teste(a) 
{
window.open(a, "_blank", "resizable=1,scrollbars=1,toolbar=0,location=0,menubar=0,status=0,width=840,height="+(screen.height-180)+",left=05,top=05");
}
	 
function tests(a) 
{
window.open(a, "_blank", "resizable=1,scrollbars=1,toolbar=0,location=0,menubar=0,status=0,width=840,height="+(screen.height-180)+",left=05,top=05");
}
	 
function diagram(a) 
{
window.open(a, "_blank", "resizable=1,scrollbars=1,toolbar=0,location=0,menubar=0,status=0,width=840,height=600,left=05,top=05");
}
	 
function ads(a) 
{
window.open(a, "_blank", "resizable=1,scrollbars=1,toolbar=0,location=0,menubar=0,status=0,width=800,height=450,left="+((screen.width-800)/2)+",top="+(screen.height-450-100)+"");
}

function rules(a) 
{
window.open(a, "_blank", "resizable=1,scrollbars=1,toolbar=0,location=0,menubar=0,status=0,width=650,height="+(screen.height-100)+",left="+(screen.width-670)+",top=05");
}

if (document.images) 
{
  image1on = new Image();
  image1on.src = "../../buttons/base_s.gif";
  image1off = new Image();
  image1off.src = "../../buttons/home_s.gif";
  
  image2on = new Image();
  image2on.src = "../../buttons/base_s.gif";
  image2off = new Image();
  image2off.src = "../../buttons/mail_s.gif";
  
  image3on = new Image();
  image3on.src = "../../buttons/base_s.gif";
  image3off = new Image();
  image3off.src = "../../buttons/return_s.gif";
  
  image4on = new Image();
  image4on.src = "../../buttons/base_s.gif";
  image4off = new Image();
  image4off.src = "../../buttons/up_s.gif";
  
  image5on = new Image();
  image5on.src = "../../buttons/base_s.gif";
  image5off = new Image();
  image5off.src = "../../buttons/manufacture_s.gif";
  
  image6on = new Image();
  image6on.src = "../../buttons/base_s.gif";
  image6off = new Image();
  image6off.src = "../../buttons/help_s.gif";
  
  image7on = new Image();
  image7on.src = "../../buttons/base_s.gif";
  image7off = new Image();
  image7off.src = "../../buttons/print_s.gif";
  
  image8on = new Image();
  image8on.src = "../../buttons/base_s.gif";
  image8off = new Image();
  image8off.src = "../../buttons/rules_s.gif";
  
  image17on = new Image();
  image17on.src = "../../buttons/base_s.gif";
  image17off = new Image();
  image17off.src = "../../buttons/positif_s.gif";
  
  image18on = new Image();
  image18on.src = "../../buttons/base_s.gif";
  image18off = new Image();
  image18off.src = "../../buttons/positif2_s.gif";

  image98on = new Image();
  image98on.src = "../../buttons/base_s.gif";
  image98off = new Image();
  image98off.src = "../../buttons/close_s.gif";
  
  image99on = new Image();
  image99on.src = "../base/para2000_on.gif";
  image99off = new Image();
  image99off.src = "../base/para2000.gif";

}

function turnOn(imageName) 
{
  if (document.images) {
    document[imageName].src = eval(imageName + "on.src");
  }
}

function turnOff(imageName) 
{
  if (document.images) {
    document[imageName].src = eval(imageName + "off.src");
  }
}



