
<!--browserName=navigator.appName;
browserVer=parseInt(navigator.appVersion);
if(browserVer >=3)
        version="3";
else
        version="2";
if (version=="3")
{
home_on=new Image(93,30);
home_on.src="http://www.ipb-autosport.com/nav/home_hl.gif";
home_off=new Image(93,30);
home_off.src="http://www.ipb-autosport.com/nav/home.gif";

about_on=new Image(97,30);
about_on.src="http://www.ipb-autosport.com/nav/about_hl.gif";
about_off=new Image(97,30);
about_off.src="http://www.ipb-autosport.com/nav/about.gif";

race_on=new Image(97,30);
race_on.src="http://www.ipb-autosport.com/nav/race_hl.gif";
race_off=new Image(97,30);
race_off.src="http://www.ipb-autosport.com/nav/race.gif";

appointments_on=new Image(96,30);
appointments_on.src="http://www.ipb-autosport.com/nav/appointment_hl.gif";
appointments_off=new Image(96,30);
appointments_off.src="http://www.ipb-autosport.com/nav/appointment.gif";

projects_on=new Image(96,30);
projects_on.src="http://www.ipb-autosport.com/nav/projects_hl.gif";
projects_off=new Image(96,30);
projects_off.src="http://www.ipb-autosport.com/nav/projects.gif";

images_on=new Image(97,30);
images_on.src="http://www.ipb-autosport.com/nav/images_hl.gif";
images_off=new Image(97,30);
images_off.src="http://www.ipb-autosport.com/nav/images.gif";

contact_on=new Image(97,30);
contact_on.src="http://www.ipb-autosport.com/nav/contact_hl.gif";
contact_off=new Image(97,30);
contact_off.src="http://www.ipb-autosport.com/nav/contact.gif";

}
function rollIn(imgName)
{
        if (version=="3")
        {
                document[imgName].src=eval(imgName + "on.src");
        }
}

function rollOut(imgName)

{
        if (version=="3")

        {
                document[imgName].src=eval(imgName + "off.src");
        }
}

// -->

/***********************************************
* AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

//Contents for menu 1
var menu1=new Array()
menu1[0]='<a href="http://www.ipb-autosport.com/porsche/index.html"><font color=#CC0000>Porsche Tuning</font></a>'
menu1[1]='<a href="http://www.ipb-autosport.com/bmw/index.html"><font color=#CC0000>BMW Tuning</font></a>'
menu1[2]='<a href="http://www.ipb-autosport.com/audi/index.html"><font color=#CC0000>Audi Tuning</font></a>'
menu1[3]='<a href="http://www.ipb-autosport.com/mini/index.html"><font color=#CC0000>MINI Tuning</font></a>'
menu1[4]='<a href="http://www.ipb-autosport.com/vw/index.html"><font color=#CC0000>VW Tuning</font></a>'

//Contents for menu 2
var menu2=new Array()
menu2[0]='<a href="http://www.ipb-autosport.com/pre-purchase-inspection/porsche-pre-purchase-inspection/ipb-autosport-porsche-pre-purchase-inspections.htm"><font color=#CC0000>Porsche PPI Inspections</font></a>'
menu2[1]='<a href="http://www.ipb-autosport.com/pre-purchase-inspection/bmw-pre-purchase-inspection/ipb-autosport-bmw-pre-purchase-inspections.html"><font color=#CC0000>BMW PPI Inspections</font></a>'
menu2[2]='<a href="http://www.ipb-autosport.com/pre-purchase-inspection/audi-pre-purchase-inspection/audi-pre-purchase-inspections.html"><font color=#CC0000>Audi PPI Inspection</font></a>'
menu2[3]='<a href="http://www.ipb-autosport.com/pre-purchase-inspection/mini-pre-purchase-inspection/mini-pre-purchase-inspection.html"><font color=#CC0000>MINI PPI Inspection</font></a>'
menu2[4]='<a href="http://www.ipb-autosport.com/pre-purchase-inspection/vw-pre-purchase-inspection/vw-pre-purchase-inspection.html"><font color=#CC0000>VW PPI Inspection</font></a>'

		
var menuwidth='170px' //default menu width
var menubgcolor='white'  //menu bgcolor
var disappeardelay=250  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?

/////No further editting needed

var ie4=document.all
var ns6=document.getElementById&&!document.all

if (ie4||ns6)
document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')

function getposOffset(what, offsettype){
var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
var parentEl=what.offsetParent;
while (parentEl!=null){
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
}
return totaloffset;
}


function showhide(obj, e, visible, hidden, menuwidth){
if (ie4||ns6)
dropmenuobj.style.left=dropmenuobj.style.top="-500px"
if (menuwidth!=""){
dropmenuobj.widthobj=dropmenuobj.style
dropmenuobj.widthobj.width=menuwidth
}
if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
obj.visibility=visible
else if (e.type=="click")
obj.visibility=hidden
}

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function clearbrowseredge(obj, whichedge){
var edgeoffset=0
if (whichedge=="rightedge"){
var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
}
else{
var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up?
edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?
edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge
}
}
return edgeoffset
}

function populatemenu(what){
if (ie4||ns6)
dropmenuobj.innerHTML=what.join("")
}


function dropdownmenu(obj, e, menucontents, menuwidth){
if (window.event) event.cancelBubble=true
else if (e.stopPropagation) e.stopPropagation()
clearhidemenu()
dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv
populatemenu(menucontents)

if (ie4||ns6){
showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)
dropmenuobj.x=getposOffset(obj, "left")
dropmenuobj.y=getposOffset(obj, "top")
dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"
}

return clickreturnvalue()
}

function clickreturnvalue(){
if (ie4||ns6) return false
else return true
}

function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}

function dynamichide(e){
if (ie4&&!dropmenuobj.contains(e.toElement))
delayhidemenu()
else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhidemenu()
}

function hidemenu(e){
if (typeof dropmenuobj!="undefined"){
if (ie4||ns6)
dropmenuobj.style.visibility="hidden"
}
}

function delayhidemenu(){
if (ie4||ns6)
delayhide=setTimeout("hidemenu()",disappeardelay)
}

function clearhidemenu(){
if (typeof delayhide!="undefined")
clearTimeout(delayhide)
}

if (hidemenu_onclick=="yes")
document.onclick=hidemenu

