
function ouvre2(lien) {   
ff=window.open("http://starlettes.pixcatcher.com/download/?url=http://www.starlettes.net/photos/"+lien,"pix","directories = no, location =no,menubar = no, resizable =yes, status =no, toolbar =no, scrollbars=yes, width=900, height=600, top=30, left=30")
}


function ouvre(lien) {   
ff=window.open("http://www.starlettes.net/photos/stars.php?celebrite="+lien,"stars","directories = no, location =no,menubar = yes, resizable =yes, status =no, toolbar =no, scrollbars=yes, width=900, height=600, top=30, left=30")

}
function mail(lien) {
ff=window.open("http://www.starlettes.net/mail.php?star="+lien,"email","directories = no, location =no,menubar = no, resizable =yes, status =no, toolbar =no, scrollbars=yes, width=450, height=300, top=30, left=30")
}

function mail2(lien) {
ff=window.open("http://www.starlettes.net/mail.php?article="+lien,"email","directories = no, location =no,menubar = no, resizable =yes, status =no, toolbar =no, scrollbars=yes, width=450, height=300, top=30, left=30")
}


function favoris() {
      if ( navigator.appName != 'Microsoft Internet Explorer' ){
        window.sidebar.addPanel("Starlettes.net - photos de stars","http://www.starlettes.net","");
      }
      else {
         window.external.AddFavorite("http://www.starlettes.net","Starlettes.net - photos de stars");
    }
}
