// * By Andrea Bianchi  http://web-link.it * 
// Aggiunte grafiche di Luciana D'Ettore  http://digilander.iol.it/lucyweb/  **Giugno 2001** 


 <!--
var display_url=0

function showmenuie5(){
men2.style.left=document.body.scrollLeft+event.clientX
men2.style.top=document.body.scrollTop+event.clientY
men2.style.visibility="visible"
return false
}

function hidemenuie5(){
men2.style.visibility="hidden"
}

function highlightie5(){
if (event.srcElement.className=="menuitems"){
event.srcElement.style.backgroundColor="#cc0033" 
event.srcElement.style.color="#ffffff"             
if (display_url==1)
window.status=event.srcElement.url
}
}

function lowlightie5(){
if (event.srcElement.className=="menuitems"){
event.srcElement.style.backgroundColor=""
event.srcElement.style.color="navy"        
}
}

function jumptoie5(){
if (event.srcElement.className=="menuitems")
window.location=event.srcElement.url
}

function sorgente()
{
location.href = "view-source:" + location;
}

function stampa()
{
self.print();
}


var bookmarkurl="http://www.oneloveandrina.com/";  
var bookmarktitle="One Love";                

function addbookmark(){
if (document.all)
var imgFav= new Image();
imgFav.src="http://www.oneloveandrina.com/favicon.ico";  
window.external.AddFavorite(bookmarkurl,bookmarktitle)      
}

function homepage() {  
if(document.all)
document.body.style.behavior='url(#default#homepage)';           
document.body.setHomePage('http://www.oneloveandrina.com/');  
}

document.oncontextmenu=showmenuie5
if (document.all&&window.print)
document.body.onclick=hidemenuie5
//-->