sc=0;s="                ";st=s+s+s+s+s;st=" "+st;window.status="";
function Scroller(){window.status="Autohaus Albersdorf"+st.substring(sc++,st.length);if(sc==st.length) sc=0; setTimeout("Scroller()",0);}
Scroller();

parent.parent.parent.document.title='Autohaus Albersdorf'

browser = navigator.appName
version="4.0 (compatible; MSIE 5.0)"
if (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion<"4.0 (compatible; MSIE 5.0)"){ 
function right(evnt){
if (navigator.appName.toUpperCase().match(/NETSCAPE/) != null){if (evnt.which >= 2){alert("Autohaus Albersdorf"); return false;}}
else
if (event.button>=2) alert("Autohaus Albersdorf");
}
document.onmousedown=right; if (document.layers) window.captureEvents(Event.MOUSEDOWN); window.onmousedown=right;
}

var display_url=0

function showmenuie5()
{
var rightedge=document.body.clientWidth-event.clientX
var bottomedge=document.body.clientHeight-event.clientY
if (rightedge<ie5menu.offsetWidth)
ie5menu.style.left=document.body.scrollLeft+event.clientX-ie5menu.offsetWidth
else
ie5menu.style.left=document.body.scrollLeft+event.clientX
if (bottomedge<ie5menu.offsetHeight)
ie5menu.style.top=document.body.scrollTop+event.clientY-ie5menu.offsetHeight
else
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="#003399"
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")
{
if (event.srcElement.getAttribute("target")!=null)
window.open(event.srcElement.url,event.srcElement.getAttribute("target"))
else
window.location=event.srcElement.url
}
}

function zoom(){
if (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion>="4.0 (compatible; MSIE 5.5)")
{
document.write('<IFRAME NAME="zoom" width="14" height="112" align="left" src="zm.htm" scrolling="no" noresize framespacing="0" frameborder="1" allowTransparency="true" STYLE="background-color:transparent;position:absolute; top:10; left:10;""></IFRAME>');}
}

function changeto(highlightcolor){
source=event.srcElement
if (source.tagName=="TR"||source.tagName=="TABLE") return
while(source.tagName!="TD")
source=source.parentElement
if (source.style.backgroundColor!=highlightcolor&&source.id!="ignore") source.style.backgroundColor=highlightcolor
}

function changeback(originalcolor){
if (event.fromElement.contains(event.toElement)||source.contains(event.toElement)||source.id=="ignore") return
if (event.toElement!=source) source.style.backgroundColor=originalcolor
}


function drop(which){
stvar="font-family:'Courier New',Courier,monospace;font-size:10px;font-style:normal;font-weight:bold;position:absolute;background-color:yellow;width:58;visibility:hidden;border:2px solid black;padding:0px;"
for (k=0; k<which; k++){document.write('<div id=dm'+k+' style="'+stvar+'">'); for (i=0;i<eval("menu"+eval(k+1)).length;i++) document.write(eval("menu"+eval(k+1))[i]);document.write('</div>');
if (document.layers) {document["dm"+k].captureEvents(Event.CLICK);document["dm"+k].onclick=hidemenu2;}}}