var dia, nr, total;
dia=new Array("images/studio2.jpg","images/scene.jpg","images/effect.jpg","images/live2.jpg");
nr=-1;
total=dia.length;
function show() {
if (document.images) {
nr++;
if (total==nr) {
nr=0;
}
document.slides.src=dia[nr];
setTimeout("show()",2000);
}
}

function info() {
var hoehe, breite, farbe, os, name, browser, showwin;
hoehe=screen.height;
breite=screen.width;
farbe=screen.colorDepth;
os=navigator.platform;
name=navigator.appName;
browser=navigator.userAgent; 
showwin=window.open("","showwin","width=350,height=250,resizable=yes, scrollbar=yes");
showwin.document.write("<html><head><title>CONFIGURATION<\/title><\/head>");
showwin.document.write("<body background='images/fond/fond_fen.gif'><h3>voici votre configuration:</h3><table border=1 cellpadding=0 cellspacing=1 bordercolor=#B7C5A5>");
showwin.document.write("<tr><td><font size=2>r&eacute;solution ecran<\/td><td><font size=2>"+ breite +"  x  "+ hoehe +"  (px)<\/td><\/tr>");
showwin.document.write("<tr><td><font size=2>r&eacute;solution couleur<\/td><td><font size=2>" + farbe + " Bit<\/td><\/tr>");
showwin.document.write("<tr><td><font size=2>votre syst&egrave;me<\/td><td><font size=2>" + os + "<\/td><\/tr>");
showwin.document.write("<tr><td><font size=2>votre browser<\/td><td><font size=2>" + name +"<\/td><\/tr>");
showwin.document.write("<tr><td><font size=2>type<\/td><td><font size=2>" + browser +"<\/td><\/tr><\/table>");
showwin.document.write("<br><a href='javascript:window.close()'><font size=2>fermer la fenetre<\/a>");
showwin.document.write("<\/body><\/html>");
showwin.document.close();
showwin.setTimeout("window.close()",16000);
}

function pop_up(fiche,fen) {
var win, fiche, fen;
win=window.open(fiche,"pop_up",fen);
}

function pop_phot(photo) {
var win, photo;
win=window.open(photo,"PHOTO","height=150,width=250,left=2,top=2,resizable=yes, scrollbar=yes");
win.setTimeout("window.close()",8000);
}	
function pop_music(titre) {
var win,titre;
win=window.open(titre,"MUSIC_MP3","height=30 ,width=500,left=20,top=4,resizable=yes, scrollbar=no");
}
