function mouseDown(e)
	{

if (parseInt(navigator.appVersion)>3) {
  var clickType=1;

if (navigator.appName=="Netscape") clickType=e.which;
  else clickType=event.button;

if (clickType!=1) {
alert("© 2009 Life Style Bodyart Tattoos. Alle Rechte vorbehalten.");
}
 }
 
return true;
	}

if (parseInt(navigator.appVersion)>3) {
 document.onmousedown = mouseDown;

if (navigator.appName=="Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
	}



window.defaultStatus = "Herzlich Willkommen bei Life Style Bodyart Tattoos";



function ast(txt)
        {
        self.status = txt
        }


function tattoo(URLi,HITX)
	{
documment = window.open("help.html","Fenster2","width=340,height=285,left=50,top=12");
documment.document.write("<html><head><title>Life Style Bodyart Tattoos Graz</title></head><body background='image/bg.jpg' text='#ffffff'>");
documment.document.write("<center><font size='1' face='verdana'> ");
documment.document.write(" <img src='");
documment.document.write(URLi);
documment.document.write(".jpg' width='200' height='250' border='1'><br><br>");
documment.document.write(HITX); 
documment.document.write("</font></center></body></html>");
documment.focus();
	}