function AjoutFavoris()
{
window.external.AddFavorite('http://www.catsuka.com/', 'Catsuka.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.php?image=" + 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 popup(page)
{
 var top=(screen.height-(460+80))/2;
 var left=(screen.width-375)/2;
 window.open(page, "Popup", "toolbar=0,location=0,directories=0,menuBar=0,top="+top+",left="+left+",scrollbars=1,resizable=1,copyhistory=0,menuBar=0,width=470,height=300");
}
