function ferme(){
if (navigator.platform.indexOf("Mac")!=-1)
{vL=1}else{vL=0}
if (window.history.length>vL){history.back(-1)}else{window.close()}
}

//window.onload=charge

function charge(){
document.body.scroll = "yes";
}


