function infoslegales()
{
infos = "&quot;Oban Star-Racers&quot; &copy; <a href=\"http://www.savtheworld.com\" target=\"_blank\" class=\"lienacc2\">Sav! The World</a> & Jetix Europe<br> Molly.catsuka.com - webmaster : <a href=\"mailto:tsuka@catsuka.com\" class=\"lienacc2\">Tsuka</a>";
document.write(infos);
}

function popw(imag)
{
 im = new Image;
 im.src = imag;
 wt = im.width + 36;  
 ht = im.height + 36;
 var top=(screen.height-(460+200))/2;
 var left=(screen.width-600)/2;
 window.open("show.php?pict=" + imag, "Popup", "toolbar=0,location=0,directories=0,menuBar=0,top="+top+",left="+left+",scrollbars=1,resizable=1,copyhistory=0,menuBar=0,width=" + wt + ",height=" + ht);
}

function popfaq(numfaq)
{
 var top=(screen.height-(460+200))/2;
 var left=(screen.width-600)/2;
 window.open("faq/faq" + numfaq + ".php", "PopupFAQ", "toolbar=0,location=0,directories=0,menuBar=0,top="+top+",left="+left+",scrollbars=1,resizable=1,copyhistory=0,menuBar=0,width=400,height=250");
}

