<!--
if (top.frames.length!=0){
	top.location=self.document.location;
	self.moveTo(0,0)
	self.resizeTo(screen.availWidth,screen.availHeight)
}

window.status='';

function mailpage()
{
 chaine_mail = "mailto:?subject= Va voir ce site ! : " + document.title;
 chaine_mail += "&body= Je te recommande cette page : " + document.title;
 chaine_mail += ". Consultable à l'adresse : " + location.href;
 location.href = chaine_mail;
}

function setPointer(theRow, thePointerColor)
{
    if (typeof(theRow.style) == 'undefined' || typeof(theRow.cells) == 'undefined') {
        return false;
    }

    var row_cells_cnt           = theRow.cells.length;
    for (var c = 0; c < row_cells_cnt; c++) {
        theRow.cells[c].bgColor = thePointerColor;
    }

    return true;
}
function geneWin(img,titre) {
    w=open("",'image','width=400,height=400,toolbar=no,scrollbars=no,resizable=yes');   
    w.document.write("<HTML><HEAD><TITLE>"+titre+"</TITLE></HEAD>");
    w.document.write("<SCRIPT language=javascript>function checksize()  { if (document.images[0].complete) {  window.resizeTo(document.images[0].width+12,document.images[0].height+30); window.focus();} else { setTimeout('check()',250) } }</"+"SCRIPT>");
    w.document.write("<BODY onload='checksize()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0><IMG src='"+img+"' border=0>");
    w.document.write("</BODY></HTML>");
    w.document.close();
}
function clk(id)
{
	(new Image()).src="goto.php?id="+id;
	return true;
}
function popunder() {
var url = new Array(); 
url[0] = "out.php"; 
var url_trade = url[0];
my_window =  window.open(url_trade,"mirtille");
self.focus();
}
//-->