menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "RandomDissolve (duration=0.5); Alpha (style=0, opacity=90); Shadow (color='#000000', Direction=0, Strength=0)"
//	effect = "Pixelate(sqaures=10, duration=0.6);Alpha(style=0,opacity=80);Shadow(color='#000000', Direction=0, Strength=0)"
}
else
{
	effect = "Shadow(color='#000000', Direction=0, Strength=0)" // Stop IE5.5 bug when using more than one filter
}


timegap=1000		// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=0;	// Sub menu offset Top position 
suboffset_left=0;	// Sub menu offset Left position


// --- STYLE 0 (MASTERSTYLE) ------------------------

style0=[			// style0 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"66FF99",		// Mouse Off Font Color
"",			// Mouse Off Background Color
"D8BD82",		// Mouse On Font Color
"000000",			// Mouse On Background Color
"",		// Menu Border Color 
16,			// Font Size in pixels
"normal",		// Font Style (italic or normal)
"normal",			// Font Weight (bold or normal)
"Arial, Helvetica",	// Font Name
5,			// Menu Item Padding
,		// Sub Menu Image (Leave this blank if not needed)
,			// 3D Border & Separator bar
,			// 3D High Color
,			// 3D Low Color
"000000",		// Current Page Item Font Color (leave this blank to disable)
"FFFFFF",		// Current Page Item Background Color (leave this blank to disable)
,		// Top Bar image (Leave this blank to disable)
,			// Menu Header Font Color (Leave blank if headers are not needed)
,			// Menu Header Background Color (Leave blank if headers are not needed)
]


// --- STYLE 1 ------------------------

style1=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"66FF99",			// Mouse Off Font Color
"000000",		// Mouse Off Background Color
"FFFFFF",		// Mouse On Font Color
"000000",			// Mouse On Background Color
"484848",		// Menu Border Color 
14,			// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",			// Font Weight (bold or normal)
"Arial, Helvetica",		// Font Name
1,			// Menu Item Padding
"",		// Sub Menu Image (Leave this blank if not needed)
,		// 3D Border & Separator bar
,		// 3D High Color
,		// 3D Low Color
"",		// Current Page Item Font Color (leave this blank to disable)
"",		// Current Page Item Background Color (leave this blank to disable)
,		// Top Bar image (Leave this blank to disable)
,		// Menu Header Font Color (Leave blank if headers are not needed)
,		// Menu Header Background Color (Leave blank if headers are not needed)
]

// --- STYLE 2 ------------------------

style2=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"66FF99",			// Mouse Off Font Color
"000000",		// Mouse Off Background Color
"FFFFFF",		// Mouse On Font Color
"000000",			// Mouse On Background Color
"484848",		// Menu Border Color 
11,			// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",			// Font Weight (bold or normal)
"Arial, Helvetica",		// Font Name
6,			// Menu Item Padding
"",		// Sub Menu Image (Leave this blank if not needed)
,		// 3D Border & Separator bar
,		// 3D High Color
,		// 3D Low Color
"",		// Current Page Item Font Color (leave this blank to disable)
"",		// Current Page Item Background Color (leave this blank to disable)
,		// Top Bar image (Leave this blank to disable)
,		// Menu Header Font Color (Leave blank if headers are not needed)
,		// Menu Header Background Color (Leave blank if headers are not needed)
]

// --- STYLE 3 ------------------------

style3=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"66FF99",			// Mouse Off Font Color
"000000",		// Mouse Off Background Color
"FFFFFF",		// Mouse On Font Color
"000000",			// Mouse On Background Color
"484848",		// Menu Border Color 
11,			// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",			// Font Weight (bold or normal)
"Arial, Helvetica",		// Font Name
4,			// Menu Item Padding
"",		// Sub Menu Image (Leave this blank if not needed)
,		// 3D Border & Separator bar
,		// 3D High Color
,		// 3D Low Color
"",		// Current Page Item Font Color (leave this blank to disable)
"",		// Current Page Item Background Color (leave this blank to disable)
,		// Top Bar image (Leave this blank to disable)
,		// Menu Header Font Color (Leave blank if headers are not needed)
,		// Menu Header Background Color (Leave blank if headers are not needed)
]

// --- END OF STYLES ------------------------

addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",		// Menu Name - This is needed in order for the menu to be called
,			// Menu Top - The Top position of the menu in pixels
300,			// Menu Left - The Left position of the menu in pixels
140,			// Menu Width - Menus width in pixels
0,			// Menu Border Width 
"middle",		// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style0,			// Properties Array - this is set higher up, as above
1,			// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",		// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,			// Filter - Text variable for setting transitional effects on menu activation - see above for more info
1,			// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
0, 			// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,			// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,			// Position of TOP sub image left:center:right
,			// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
0,			// Right To Left - Used in Hebrew for example. (1=on/0=off)
,			// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,			// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,			// Reserved for future use
,			// Reserved for future use
,			// Reserved for future use

// --- MENU BUTTON ------------------------

// "Descr.Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"<img src='../incs/menu-home.gif' alt='home' width='125' height='30'>","../cntnt/viperperformance.htm",,"",0
,"<img src='../incs/menu-products.gif' alt='products' width='125' height='30'>","../cntnt/performanceproducts.htm",,"",0
,"<img src='../incs/menu-services.gif' alt='services' width='125' height='30'>","../cntnt/performanceservices.htm",,"",0
,"<img src='../incs/menu-profile.gif' alt='profile' width='125' height='30'>","../cntnt/profile.htm",,"",0
//	,"<img src='../incs/menu-faqs.gif' alt='frequently asked questions' width='125' height='30'>","../cntnt/faqs.htm",,"",0
,"<img src='../incs/menu-tandc.gif' alt='terms & conditions' width='125' height='30'>","../cntnt/tandc.htm",,"",0
,"<img src='../incs/menu-contact.gif' alt='contact' width='125' height='30'>","../cntnt/contact.htm",,"",0
])

// --- PRODUCTS MENU ------------------------

	addmenu(menu=["products",
	,,160,1,"",style1,,"left",effect,,0,,,,,,,,,,
	// "Descr.Text", "URL", "Alternate URL", "Status", "Separator Bar"
	," <img src='../imgz/spc.gif' width='1px' height='30px' align='absmiddle' > Performance ","show-menu=performance",,"",0
	," <img src='../imgz/spc.gif' width='1px' height='30px' align='absmiddle' > Enhancements ","show-menu=enhancements",,"",0
	," <img src='../imgz/spc.gif' width='1px' height='30px' align='absmiddle' > Lifestyle ","show-menu=lifestyle",,"",0
	," <img src='../imgz/spc.gif' width='1px' height='30px' align='absmiddle' > Full Product List ","../cntnt/performanceproducts.htm",,"",0
	])

// --- PERFORMANCE MENU ------------------------
	addmenu(menu=["performance",
	,,160,1,"",style3,,"left",effect,,0,,,,,,,,,,
	// "Descr.Text", "URL", "Alternate URL", "Status", "Separator Bar"
	," <img src='../imgz/spc.gif' width='1px' height='30px' align='absmiddle' > MSD Ignitions ","show-menu=msdignitions",,"",0
	," <img src='../imgz/spc.gif' width='1px' height='30px' align='absmiddle' > K&N Air Filters ","show-menu=knairfilters",,"",0
	," <img src='../imgz/spc.gif' width='1px' height='30px' align='absmiddle' > OWS Iridium Spark Plugs ","../cntnt/ows-iridiumsparkplugs.htm",,"",0
	," <img src='../imgz/spc.gif' width='1px' height='30px' align='absmiddle' > Piper Camshafts ","../cntnt/pipercams.htm",,"",0
	," <img src='../imgz/spc.gif' width='1px' height='30px' align='absmiddle' > Next Level Performance ","show-menu=nlp",,"",0
	])

	// --- MSD MENU ------------------------
		addmenu(menu=["msdignitions",
		,,142,1,"",style2,,"left",effect,,,,,,,,,,,,
		," <img src='../imgz/bullet.gif' width='10px' height='15px' > Spark Plug Wires ","../cntnt/msdignitions-sparkplugwires.htm",,"",0
		," <img src='../imgz/bullet.gif' width='10px' height='15px' > Ignition Systems ","../cntnt/msdignitions-ignitions.htm",,"",0
		," <img src='../imgz/bullet.gif' width='10px' height='15px' > Performance Coils ","../cntnt/msdignitions-coils.htm",,"",0
		," <img src='../imgz/bullet.gif' width='10px' height='15px' > Timing Controls ","../cntnt/msdignitions-timingcontrols.htm",,"",0
		])

	// --- K&N MENU ------------------------
		addmenu(menu=["knairfilters",
		,,142,1,"",style2,,"left",effect,,,,,,,,,,,,
		," <img src='../imgz/bullet.gif' width='10px' height='15px' > Universal Air Filters ","../cntnt/kn-universalairfilters.htm",,"",0
		," <img src='../imgz/bullet.gif' width='10px' height='15px' > Cold Air Intake Systems ","../cntnt/kn-coldairintakes.htm",,"",0
		])

	// --- NLP MENU ------------------------
		addmenu(menu=["nlp",
		,,142,1,"",style2,,"left",effect,,,,,,,,,,,,
		," <img src='../imgz/bullet.gif' width='10px' height='15px' > G-Box ","../cntnt/nlpindia-g_box.htm",,"",0
		," <img src='../imgz/bullet.gif' width='10px' height='15px' > G-Box Gold ","../cntnt/nlpindia-g_box_gold.htm",,"",0
		," <img src='../imgz/bullet.gif' width='10px' height='15px' > Tri-Phase ","../cntnt/nlpindia-tri_phase.htm",,"",0
		])


// --- ENHANCEMENTS MENU ------------------------
	addmenu(menu=["enhancements",
	,,160,1,"",style3,,"left",effect,,0,,,,,,,,,,
	// "Descr.Text", "URL", "Alternate URL", "Status", "Separator Bar"
	," <img src='../imgz/spc.gif' width='1px' height='30px' align='absmiddle' > Parrot ","show-menu=parrotenhancements",,"",0
	," <img src='../imgz/spc.gif' width='1px' height='30px' align='absmiddle' > Hertz/audison Car Audio ","../cntnt/hertzaudison.htm",,"",0
	])

	// --- PARROT ENHANCEMENTS MENU ------------------------
		addmenu(menu=["parrotenhancements",
		,,142,1,"",style2,,"left",effect,,,,,,,,,,,,
		," <img src='../imgz/bullet.gif' width='10px' height='15px' > Driver Headset ","../cntnt/parrotindia-driver_headset.htm",,"",0
		," <img src='../imgz/bullet.gif' width='10px' height='15px' > Easydrive ","../cntnt/parrotindia-easydrive.htm",,"",0
		," <img src='../imgz/bullet.gif' width='10px' height='15px' > CK3000 Evolution ","../cntnt/parrotindia-ck3000_evolution.htm",,"",0
		," <img src='../imgz/bullet.gif' width='10px' height='15px' > CK3100 ","../cntnt/parrotindia-ck3100.htm",,"",0
		," <img src='../imgz/bullet.gif' width='10px' height='15px' > 3200 LS-Color ","../cntnt/parrotindia-3200ls_color.htm",,"",0
		," <img src='../imgz/bullet.gif' width='10px' height='15px' > CK3300 GPS Car Kit ","../cntnt/parrotindia-ck3300.htm",,"",0
		," <img src='../imgz/bullet.gif' width='10px' height='15px' > 3400 LS-GPS ","../cntnt/parrotindia-3400ls_gps.htm",,"",0
		," <img src='../imgz/bullet.gif' width='10px' height='15px' > Rhythm N Blue ","../cntnt/parrotindia-rhythm_n_blue.htm",,"",0
		])


// --- LIFESTYLE MENU ------------------------
	addmenu(menu=["lifestyle",
	,,160,1,"",style3,,"left",effect,,0,,,,,,,,,,
	// "Descr.Text", "URL", "Alternate URL", "Status", "Separator Bar"
	," <img src='../imgz/spc.gif' width='1px' height='30px' align='absmiddle' > Parrot ","show-menu=parrotlifestyle",,"",0
//	," <img src='../imgz/spc.gif' width='1px' height='30px' align='absmiddle' > Next Level Performance ","show-menu=nlp",,"",0
//	," <img src='../imgz/spc.gif' width='1px' height='30px' align='absmiddle' > Full Product List ","../cntnt/performanceproducts.htm",,"",0
	])

	// --- PARROT LIFESTYLE MENU ------------------------
		addmenu(menu=["parrotlifestyle",
		,,142,1,"",style2,,"left",effect,,,,,,,,,,,,
		," <img src='../imgz/bullet.gif' width='10px' height='15px' > Photo Viewer ","../cntnt/parrotindia-photo_viewer.htm",,"",0
		," <img src='../imgz/bullet.gif' width='10px' height='15px' > Sound System ","../cntnt/parrotindia-sound_system.htm",,"",0
		])

dumpmenus()