/*****************************************************************************
Default browsercheck
******************************************************************************/
function lib_bwcheck(){ //Browsercheck (needed)
	this.ver=navigator.appVersion; this.agent=navigator.userAgent
	this.dom=document.getElementById?1:0
	this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom)?1:0;
	this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom)?1:0;
	this.ie7=(this.ver.indexOf("MSIE 7")>-1 && this.dom)?1:0;
	this.ie8=(this.ver.indexOf("MSIE 8")>-1 && this.dom)?1:0;
	this.ie4=(document.all && !this.dom)?1:0;
	this.ie=this.ie4||this.ie5||this.ie6||this.ie7||this.ie8
	this.mac=this.agent.indexOf("Mac")>-1
	this.opera5=this.agent.indexOf("Opera 5")>-1
	this.ns6=(this.dom && parseInt(this.ver) >= 5) ?1:0; 
	this.ns4=(document.layers && !this.dom)?1:0;
	this.bw=(this.ie8||this.ie7 || this.ie6 || this.ie5 || this.ie4 || this.ns4 || this.ns6 || this.opera5 || this.dom)
	return this
}
var bw=new lib_bwcheck()
var mDebugging=2

oCMenu=new makeCoolMenu("oCMenu")
oCMenu.useframes=0
oCMenu.frame=""
oCMenu.useNS4links=1
oCMenu.NS4padding=2
oCMenu.checkselect=1
oCMenu.offlineUrl="file:///C|My Documents/My Webs/perma-tune.com/coolmenus3/"
oCMenu.onlineUrl="http://perma-tune.com/coolmenus3/"

oCMenu.pagecheck=1
oCMenu.checkscroll=2
oCMenu.resizecheck=1
oCMenu.wait=500

oCMenu.usebar=1
oCMenu.barcolor="transparent"
oCMenu.barwidth="100%"
oCMenu.barheight=44
oCMenu.barx=0
oCMenu.bary=0
oCMenu.barinheritborder=0

oCMenu.rows=0
oCMenu.fromleft=1
oCMenu.fromtop=1
oCMenu.pxbetween=4
oCMenu.menuplacement="menu"
oCMenu.NS4hover=1

oCMenu.level[0]=new Array() 
oCMenu.level[0].width=125
oCMenu.level[0].height=20 
oCMenu.level[0].bgcoloroff="365da2"
oCMenu.level[0].bgcoloron="375ea3" 
oCMenu.level[0].textcolor="white"
oCMenu.level[0].hovercolor="black" 
oCMenu.level[0].style="padding:5px; font-family:arial; font-size:11px; font-weight:bold"
oCMenu.level[0].border=1 
oCMenu.level[0].bordercolor="black" 
oCMenu.level[0].offsetX=115
oCMenu.level[0].offsetY=5
oCMenu.level[0].NS4font="arial,helvetica"
oCMenu.level[0].NS4fontSize="2"
oCMenu.level[0].NS4fontColor="black"
oCMenu.level[0].align="center"

//dynamic effect
oCMenu.level[0].clip=1
oCMenu.level[0].clippx=2
oCMenu.level[0].cliptim=2


//special animation filters (IE6 only). Select by removing the // in front of the one you want and placing // before the 0 setting.
oCMenu.level[0].filter=0
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Wheel(duration=0.5,spokes=5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Barn(duration=0.5,orientation=horizontal)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Blinds(duration=0.5,bands=5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.CheckerBoard(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.GradientWipe(duration=0.5,wipeStyle=0)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Iris(duration=0.5,irisStyle=STAR)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Iris(duration=0.5,irisStyle=CIRCLE)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Pixelate(duration=0.5,maxSquare=40)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Wheel(duration=0.5,spokes=5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Spiral(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Stretch(duration=0.5,stretchStyle=push)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Strips(duration=0.5,motion=rightdown)"

//menu definitions
oCMenu.level[1]=new Array() 
oCMenu.level[1].width=125
oCMenu.level[1].height=20
oCMenu.level[1].bgcoloroff="365da2"
oCMenu.level[1].bgcoloron="365da2"
oCMenu.level[1].textcolor="white"
oCMenu.level[1].hovercolor="black"
oCMenu.level[1].style="padding:5px; font-family:arial; font-size:11px; font-weight:bold"
oCMenu.level[1].align="center" 
oCMenu.level[1].offsetX=115
oCMenu.level[1].offsetY=5
oCMenu.level[1].border=1 
oCMenu.level[1].bordercolor="black"
oCMenu.level[1].NS4font="arial,helvetica"
oCMenu.level[1].NS4fontSize="2"
oCMenu.level[1].NS4fontColor="black"

oCMenu.level[2]=new Array()
oCMenu.level[2].width=140
oCMenu.level[2].height=20
oCMenu.level[2].style="padding:5px; font-family: arial; font-size:11px; font-weight:bold"
oCMenu.level[2].align="center" 
oCMenu.level[2].offsetX=65
oCMenu.level[2].offsetY=5
oCMenu.level[2].border=1 
oCMenu.level[2].bordercolor="black"
oCMenu.level[2].NS4fontSize="1"
oCMenu.level[2].NS4fontColor="black"
oCMenu.level[2].bgcoloroff="365da2"
oCMenu.level[2].bgcoloron="304770"
oCMenu.level[2].textcolor="black"
oCMenu.level[2].hovercolor="white"

//menu definitions
oCMenu.level[3]=new Array() 
oCMenu.level[3].width=125
oCMenu.level[3].height=20
oCMenu.level[3].bgcoloroff="304770"
oCMenu.level[3].bgcoloron="365da2"
oCMenu.level[3].textcolor="white"
oCMenu.level[3].hovercolor="black"
oCMenu.level[3].style="padding:5px; font-family:arial; font-size:11px; font-weight:bold"
oCMenu.level[3].align="center" 
oCMenu.level[3].offsetX=100
oCMenu.level[3].offsetY=0
oCMenu.level[3].border=1 
oCMenu.level[3].bordercolor="black"
oCMenu.level[3].NS4font="arial,helvetica"
oCMenu.level[3].NS4fontSize="2"
oCMenu.level[3].NS4fontColor="black"


oCMenu.makeMenu('top0','','ABOUT US','about-us.html','')
	
oCMenu.makeMenu('top1','','PRODUCT LINE','','')		
	oCMenu.makeMenu('sub10','top1','Automotive Ignition','products.html','','140')
		oCMenu.makeMenu('sub002','sub10','BMW','','http://www.plasmatronicsllc.com','75')
		oCMenu.makeMenu('sub001','sub10','Ferrari','','','75')
			oCMenu.makeMenu('sub00058','sub001','AEC 103A DINO','ignition-Ferrari-aec-103a.html','','200')
			oCMenu.makeMenu('sub00059','sub001','AEC 104B 400','ignition-Ferrari-aec-103b.html','','200')
			oCMenu.makeMenu('sub00064','sub001','AEC104BRL w/RPM Limit','AEC104BRL.html','','200')
			oCMenu.makeMenu('sub00060','sub001','PTFR Universal Ignition','_ptfr.html','','200')
			oCMenu.makeMenu('sub00061','sub001','PT104B 400','pt104b.html','','200')
			oCMenu.makeMenu('sub00065','sub001','PT104BRL','PT104BRL.html','','200')
			oCMenu.makeMenu('sub00062','sub001','Ferrari Coil','unicoil.html','','200')
			oCMenu.makeMenu('sub00063','sub001','PTFRL w/RPM Limit','ptfr.html','','200')
		oCMenu.makeMenu('sub003','sub10','Lamborghini','lamborghini.html','','75')
			oCMenu.makeMenu('sub00002','sub003','931902 Jalpa','931902.html','','200')
			oCMenu.makeMenu('sub00003','sub003','931902RL w/RPM Limit','931902RL.html','','200')
			oCMenu.makeMenu('sub00004','sub003','PT104CRL Countach','PT104CRL.html','','200')
			oCMenu.makeMenu('sub00005','sub003','AEC104CRL w/RPM Limit','AEC104CRL.html','','200')
			oCMenu.makeMenu('sub00006','sub003','Lamborghini Coil','lambo_coil.html','','200')
		oCMenu.makeMenu('sub0014','sub10','Maserati','','','75')
			oCMenu.makeMenu('sub00078','sub0014','811902RL Maserati Bora','mas911902.html','','200')
			oCMenu.makeMenu('sub00079','sub0014','Maserati Coil','maserati_coil.html','','200')
		oCMenu.makeMenu('sub005','sub10','Mercedes','P-Mercedes.html','','75')
		oCMenu.makeMenu('sub004','sub10','Porsche','','','75')
			oCMenu.makeMenu('sub0001','sub004','RPM Limiters','rl.html','','200')
			oCMenu.makeMenu('sub0002','sub004','911E902 356, 6&12 Volt','6-12V.html','','200')
			oCMenu.makeMenu('sub0003','sub004','MP902, Porsche 910, 917','mp902.html','','200')
			oCMenu.makeMenu('sub0004','sub004','911902, 911, 1969-1977','911902.html','','200')
			oCMenu.makeMenu('sub0005','sub004','911SC902, 911SC & Turbo, 1978-1989','911SC902.html','','200')
			oCMenu.makeMenu('sub0006','sub004','930902, 911Turbo, 1976-1977 & Euro','930902.html','','200')
			oCMenu.makeMenu('sub0007','sub004','SC010 Universal Coil','SC010.html','','200')
			oCMenu.makeMenu('sub00080','sub004','Coil Relocation','coil_relocation_kit.html','','200')
		
	
	oCMenu.makeMenu('sub12','top1','Industrial Ignitors','P-industrial-ignitors.html','','140')
	oCMenu.makeMenu('sub13','top1','Scientific Applications','scientific-applications.html','','140')
	oCMenu.makeMenu('sub14','top1','Consuting Services','consulting-services.html','','140')	
	oCMenu.makeMenu('sub15','top1','New Technology','new-products.html','','140')

oCMenu.makeMenu('top2','','TECH SUPPORT','technical-support.html','','')
	oCMenu.makeMenu('sub16','top2','Ignition Modules','')
		oCMenu.makeMenu('sub006','sub16','Porsche','','','95')
			oCMenu.makeMenu('sub0007','sub006','Customer Service Statement','service_statement.html','','200')
			oCMenu.makeMenu('sub0008','sub006','911E902 356, 6&12 Volt','911E902tech.html','','200')
			oCMenu.makeMenu('sub0009','sub006','MP902, Porsche 910, 917','tmp902.html','','200')
			oCMenu.makeMenu('sub00010','sub006','911902, 911, 1969-1977','911902tech.html','','200')
			oCMenu.makeMenu('sub00011','sub006','911SC902, 911SC & Turbo, 1978-1989','911SC902tech.html','','200')
			oCMenu.makeMenu('sub00012','sub006','930902, 911Turbo, 1976-1977 & Euro','930902tech.html','','200')
			oCMenu.makeMenu('sub00013','sub006','906 917 MP','T-ignition-Porsche-906-917.html','','200')
			oCMenu.makeMenu('sub00014','sub006','911 Standard','T-ignition-Porsche-911.html','','200')
			oCMenu.makeMenu('sub00015','sub006','911CR Carrera','T-ignition-Porsche-911CR.html','','200')
			oCMenu.makeMenu('sub00016','sub006','911E 6V Standard','T-ignition-Porsche-911E-6V.html','','200')
			oCMenu.makeMenu('sub00017','sub006','911E Dual','T-ignition-Porsche-911E-dual.html','','200')
			oCMenu.makeMenu('sub00018','sub006','911 Engine Exchange','T-ignition-Porsche-911E-ex.html','','200')
			oCMenu.makeMenu('sub00019','sub006','911E Old','T-ignition-Porsche-911E-os.html','','200')
			oCMenu.makeMenu('sub00020','sub006','911E Universal','T-ignition-Porsche-911E-universal.html','','200')
			oCMenu.makeMenu('sub00021','sub006','911SC Standard','T-ignition-Porsche-911SC.html','','200')
			oCMenu.makeMenu('sub00022','sub006','928','T-ignition-Porsche-928.html','','200')
			oCMenu.makeMenu('sub00023','sub006','930 6 Pin','T-ignition-Porsche-930-6pin.html','','200')
			
		oCMenu.makeMenu('sub007','sub16','More Porsche','','','95')
			oCMenu.makeMenu('sub00026','sub007','930 8 Pin','T-ignition-Porsche-930-8pin.html','','200')
			oCMenu.makeMenu('sub00027','sub007','C911','T-ignition-Porsche-C911.html','','200')
			oCMenu.makeMenu('sub00028','sub007','C911E','T-ignition-Porsche-C911E.html','','200')
			oCMenu.makeMenu('sub00029','sub007','C930 6 Pin','T-ignition-Porsche-C930-6pin.html','','200')
			oCMenu.makeMenu('sub00030','sub007','C930 8 Pin','T-ignition-Porsche-C930-8pin.html','','200')
			oCMenu.makeMenu('sub00031','sub007','CMP','T-ignition-Porsche-CMP.html','','200')
			oCMenu.makeMenu('sub00032','sub007','CTTL','T-ignition-Porsche-CTTL.html','','200')
			oCMenu.makeMenu('sub00033','sub007','Digital Fire Single Plug','T-ignition-Porsche-DF-SP.html','','200')
			oCMenu.makeMenu('sub00034','sub007','Digital Fire Dual Plug','T-ignition-Porsche-DF-DP.html','','200')
			oCMenu.makeMenu('sub00035','sub007','PD 933','T-ignition-Porsche-PD933.html','','200')
			oCMenu.makeMenu('sub00036','sub007','PD 944','T-ignition-Porsche-PD944.html','','200')
			oCMenu.makeMenu('sub00037','sub007','PD 964','T-ignition-Porsche-PD964.html','','200')
		oCMenu.makeMenu('sub008','sub16','Ferrari','','','95')
			oCMenu.makeMenu('sub00038','sub008','AEC 103A DINO','T-ignition-Ferrari-aec-103a.html','','200')
			oCMenu.makeMenu('sub00039','sub008','AEC 104B 400','T-ignition-Ferrari-aec-103b.html','','200')
			oCMenu.makeMenu('sub00055','sub008','PTFR Universal Ignition','t-ptfr.html','','200')
			oCMenu.makeMenu('sub00056','sub008','PT104B 400','t-pt104b.html','','200')
			oCMenu.makeMenu('sub00057','sub008','SC010 Universal Coil','t-unicoil.html','','200')
		oCMenu.makeMenu('sub009','sub16','Mercedes','','','95')
			oCMenu.makeMenu('sub00040','sub009','MBZ010','T-ignition-Mercedes-MBZ010.html','','200')
			oCMenu.makeMenu('sub00041','sub009','MBZ041','T-ignition-Mercedes-MBZ041.html','','200')
			oCMenu.makeMenu('sub00077','sub009','280','280.html','','200')
		oCMenu.makeMenu('sub0010','sub16','BMW','','','95')

	oCMenu.makeMenu('sub17','top2','Repair Harnesses','')
		oCMenu.makeMenu('sub0011','sub17','Porsche','','','95')
			oCMenu.makeMenu('sub00042','sub0011','911020','T-Porsche-harness-911020.html','','200')
			oCMenu.makeMenu('sub00043','sub0011','911021','T-Porsche-harness-911021.html','','200')
			oCMenu.makeMenu('sub00044','sub0011','911022','T-Porsche-harness-911022.html','','200')
			oCMenu.makeMenu('sub00045','sub0011','911030','T-Porsche-harness-911030.html','','200')
			oCMenu.makeMenu('sub00046','sub0011','911035','T-Porsche-harness-911035.html','','200')
			oCMenu.makeMenu('sub00047','sub0011','911SC021','T-Porsche-harness-911SC021.html','','200')
			oCMenu.makeMenu('sub00048','sub0011','911SC022','T-Porsche-harness-911SC022.html','','200')
			oCMenu.makeMenu('sub00049','sub0011','930020','T-Porsche-harness-930020.html','','200')
		
	oCMenu.makeMenu('sub18','top2','Spark Plug Wire Sets','')	
		oCMenu.makeMenu('sub0012','sub18','Mercedes','','','95')
			oCMenu.makeMenu('sub00050','sub0012','MBZ041','T-spark-plugs-Mercedes-MBZ041.html','','200')
		oCMenu.makeMenu('sub0013','sub18','Porsche','','','95')
			oCMenu.makeMenu('sub00051','sub0013','911041','T-spark-plugs-Porsche-911041.html','','200')
			oCMenu.makeMenu('sub00052','sub0013','911SC040','T-spark-plugs-Porsche-911SC040.html','','200')
	
	oCMenu.makeMenu('sub19','top2','California ARB','')
		oCMenu.makeMenu('sub0067','sub19','C.A.R.B','carb.htm','','95')
		oCMenu.makeMenu('sub0068','sub19','Certification 1','T-smog-certification-1.html','','95')
		oCMenu.makeMenu('sub0069','sub19','Certification 2','T-smog-certification-2.html','','95')
	
	oCMenu.makeMenu('sub20','top2','Industrial Ignitors','')
		oCMenu.makeMenu('sub0017','sub20','SS1','T-ignitors-ss1.html','','95')
		oCMenu.makeMenu('sub0018','sub20','SS2','T-ignitors-ss2.html','','95')
		oCMenu.makeMenu('sub0019','sub20','ZK1','T-ignitors-zk.html','','95')
		oCMenu.makeMenu('sub0020','sub20','ZK2','T-ignitors-zk2.html','','95')


oCMenu.makeMenu('top3','','PURCHASE','purchase.html','purchase.html','')
	oCMenu.makeMenu('sub21','top3','Worldwide Locations','purchase-international.html')
	oCMenu.makeMenu('sub22','top3','Canadian Locations','purchase-Canada.html')	
	oCMenu.makeMenu('sub23','top3','USA Locations','purchase-USA.html')
		

oCMenu.makeMenu('top4','','PHOTO GALLERIES','photo-galleries.html','','')
oCMenu.makeMenu('top5','','CROSS REFERENCE','cross-reference.html','','')
oCMenu.makeMenu('top6','','WARRANTY','warranty.html','','')
oCMenu.makeMenu('top7','','WHITE PAPER','white-paper.html','','')
oCMenu.makeMenu('top8','','MANUFACTURE DATE','manufacture-date.html','','')
oCMenu.makeMenu('top9','','NEW TECHNOLOGY','new-products.html','','')
	oCMenu.makeMenu('sub24','top9','Diesel Engine Conversions','diesel-engine-conversion.html','','160')
	oCMenu.makeMenu('sub26','top9','Fuel Management Systems','fuel-management.html','','160')
	oCMenu.makeMenu('sub27','top9','Plasma Drive Ignitions','ignition.html','','160')

oCMenu.makeMenu('top10','','CONTACT US','contact-us.html','','')
oCMenu.makeMenu('top11','','PRESS RELEASES','press-releases.html','','')
oCMenu.makeMenu('top12','','SEARCH THIS SITE','search.html','','')
oCMenu.makeMenu('top13','','LINKS','links.html','','')
oCMenu.makeMenu('top14','','HOME','index.html','','')


//menu activation
oCMenu.makeStyle(); oCMenu.construct()		
