function infoslegales()
{
infos = "<img src='spacer.gif' width='1' height='3'><br><font class='txtblanc' color='#FFFFFF'>© <a href='mailto:webmaster@trantkat.com' class='lienblanc'>Trantkat<a> - 2004- Tous droits réservés</font>";
document.write(infos);
}

function HomePage(obj)
{
  obj.style.behavior='url(#default#homepage)';
  obj.setHomePage('http://www.trantkat.com/');
}

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