<!--
var display_url=0

function showmenuie5(){
ie5menu.style.left=document.body.scrollLeft+event.clientX
ie5menu.style.top=document.body.scrollTop+event.clientY
ie5menu.style.visibility="visible"
return false
}

function hidemenuie5(){
ie5menu.style.visibility="hidden"
}

function highlightie5(){
if (event.srcElement.className=="menuitems"){
event.srcElement.style.backgroundColor="navy"
event.srcElement.style.color="white"
if (display_url==1)
window.status=event.srcElement.url
}
}

function lowlightie5(){
if (event.srcElement.className=="menuitems"){
event.srcElement.style.backgroundColor=""
event.srcElement.style.color="black"
}
}

function jumptoie5(){
if (event.srcElement.className=="menuitems")
window.location=event.srcElement.url
}

function sorgente()
{
location.href = "view-source:" + location; return false;
}

function autore()
{
alert("Giovanni Dezzani - © Tutti i diritti riservati")
}

var bookmarkurl="http://www.dezzanitende.it";
var bookmarktitle="Tessuti, tappeti biancheria e tendaggi";

function addbookmark(){
if (document.all)
var imgFav= new Image();
imgFav.src="favicon.ico";
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

function homepage() {  
if(document.all)
document.body.style.behavior='url(#default#homepage)';
document.body.setHomePage('http://www.dezzanitende.it');
}

document.oncontextmenu=showmenuie5
if (document.all&&window.print)
document.body.onclick=hidemenuie5
//-->
