<!-- 
var menucontent = ""; 
var sourcedir = ""; 
menucontent += '<html><head><style>';

menucontent += '<!--.generale{ position: absolute; left: -999px; top: -999px; z-index: 999; cursor: hand; background-image: url(themes/silverblue/images/blocks/glass/mbg.jpg); background-color: #3786d1; background-repeat: repeat-x; background-position: top; padding: 5px; color: #000000; width: 190px; visibility: hidden; border-style: outset; border-width: 2px; border-color: #000000; height: 200px}';

menucontent += '.components{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; padding-left: 10px; padding-right: 10px; padding-top: 3px; padding-bottom: 3px }// --></style></head>'; 

menucontent += '<body><object id="cerca" classid="clsid:B45FF030-4447-11D2-85DE-00C04FA35C89" height="0" width="0"></object><div id="right_menu" class="generale">'; 

menucontent += '<hr width="95%" /><center><a href="http://www.car-tattooz.com/toplist/in.php?id=1" target="blank"><img border="0" src="http://www.car-tattooz.com/toplist/button.php?id=1" width="88" height="31" alt="Vote 4 me!"><br />Vote 4 me @ Tattoo Top 100<br /></a></center><hr width="95%" />'; 


menucontent += '<div class="components" onclick="exe(\'home\')" statustext="Diese Seite als Startseite">- Seite als Startseite</div>'; 
menucontent += '<div class="components" onclick="exe(\'bookmark\')" statustext="Diese Seite zu den Favoriten">- Seite zu den Favoriten</DIV><hr width="95%" />'; 


menucontent += '<div class="components" onclick="exe(\'emaildp\')" statustext="e-Mail @ Webmaster">- E-Mail @ Webmaster</div><hr width="95%" />'; 

menucontent += '<div class="components" onclick="exe(\'info\')" statustext="Info & Copyright">- Info & Copyright</div><hr width="95%" />'; 

menucontent += '</div></body></html>'; 

if (document.all && window.print) document.write (menucontent); 

function light_on (){ 
if (event.srcElement.className == "components"){ 
event.srcElement.style.backgroundColor="#266aa4"; 
event.srcElement.style.color="#000000"; 
if (event.srcElement.STATUSTEXT) { 
window.status = event.srcElement.STATUSTEXT; 
} 
} 
} 
function light_off (){ 
if (event.srcElement.className == "components"){ 
event.srcElement.style.backgroundColor= ""; 
event.srcElement.style.color="#000000"; 
window.status = ""; 
} 
} 
function extension (){ 
if (event.clientY> 0 && event.clientX >0 && event.clientY<document.body.clientHeight && event.clientX<document.body.clientWidth) { 
if (document.body.clientHeight - event.clientY + (document.body.scrollTop + document.documentElement.scrollTop)>document.body.clientHeight / 2){ 
right_menu.style.top = event.clientY + (document.body.scrollTop + document.documentElement.scrollTop); 
} else { 
right_menu.style.top = event.clientY + (document.body.scrollTop + document.documentElement.scrollTop) - 500; 
} 
if (document.body.clientWidth- event.clientX + (document.body.scrollLeft + document.documentElement.scrollLeft) >document.body.clientWidth / 2){ 
right_menu.style.left = event.clientX + (document.body.scrollLeft + document.documentElement.scrollLeft); 
} else { 
right_menu.style.left = event.clientX + (document.body.scrollLeft + document.documentElement.scrollLeft) - 180; 
} 
} else { 
right_menu.style.top = (document.body.scrollTop + document.documentElement.scrollTop); 
right_menu.style.left = (document.body.scrollLeft + document.documentElement.scrollLeft); 
} 
right_menu.style.visibility = "visible"; 
return false; 
} 
function hide (){ 
right_menu.style.visibility = "hidden"; 
right_menu.style.left = -999; 
right_menu.style.top = -999; 
} 
function exe (type){ 
if (type == "back"){ 
history.back(); 
} else if (type == "forward"){ 
history.forward(); 
} else if (type == "home"){ 
document.body.style.behavior='url(#default#homepage)'; 
document.body.setHomePage('http://www.car-tattooz.com'); 
} else if (type == "bookmark"){ 
var imgFav= new Image(); 
imgFav.src= "http://www.car-tattooz.com/favicon.ico"; 
window.external.AddFavorite('http://www.car-tattooz.com', '###  www.car-tattooz.com  ###'); 
} else if (type == "reload"){ 
self.location.reload(); 
} else if (type == "emaildp"){ 
location.href="index.php?name=Contact"; 
}else if (type == "info"){ 
alert('\n     www.car-tattooz.com\n\n\n Um Bilder zu speichern musst\n    Du dich kostenlos und\n  unverbindlich registrieren\n\n2005 by www.car-tattooz.com '); 
} 
} 
function cancelproc () { window.event.cancelBubble = true; 
window.event.returnValue = false; 
} 
if (document.all && window.print){ 
document.oncontextmenu=extension; 
document.body.onclick=hide; 
right_menu.onmouseover=light_on; 
right_menu.onmouseout=light_off; 
right_menu.ondragstart=cancelproc; 
right_menu.onselectstart=cancelproc; 
} 
// -->