var Application =  {

  
  evalCode: function(id) {
 
	  var win = new Window({className: "nuncio", title: "Votre horoscope Quotidien", 
                     left:100, width:650, height:300, 
					showProgress:true,
                      url: "/phppage/horoscope.php?idsite=553&signe=" + id + "", showEffectOptions: {duration:2.5}})
win.showCenter();      
    }

}

function afficheDescURL(toThis)
  {
  if (document.getElementById)
    {
    document.getElementById("textDiv").innerHTML = toThis;
    }
  else if (document.all)
    {
    document.all["textDiv"].innerHTML = toThis;
    }
  }