// JavaScript Document
function chkmail() {
var test_email=document.newsform.email.value;
if (test_email.indexOf("@")=="-1" || test_email.indexOf(".")=="-1") {alert ("Merci de vérifier votre email!"); return false;}
else {return true;};}

function preload() {
img01=new Image(90,20);
img01.src="../ressources/boutons/accueil-on.jpg";
img02=new Image(75,20);
img02.src="../ressources/boutons/news-on.jpg";
img03=new Image(120,20);
img03.src="../ressources/boutons/photos-on.jpg";
img04=new Image(95,20);
img04.src="../ressources/boutons/modeles-on.jpg";
img05=new Image(140,20);
img05.src="../ressources/boutons/banque-images-on.jpg";
img06=new Image(90,20);
img06.src="../ressources/boutons/contact-on.jpg";
img07=new Image(80,20);
img07.src="../ressources/boutons/login-on.jpg";
img08=new Image(120,20);
img08.src="../ressources/boutons/compte-on.jpg";
img09=new Image(100,20);
img09.src="../ressources/boutons/goodies-on.jpg";
img10=new Image(120,20);
img10.src="../ressources/boutons/sexy-on.jpg";}

function turbomenu(action) {
if (action == "show") {
document.getElementById("gooddiv").style.visibility="visible";};
if (action == "hide") {
document.getElementById("gooddiv").style.visibility="hidden";
var test=document.URL;
if (test.indexOf("logos-portables") == -1 && test.indexOf("recits-erotiques") == -1) {
document.getElementById("imggood").src="../ressources/boutons/goodies.jpg";};};
}