/*****************************************************************************
Default browsercheck - Leave this one
******************************************************************************/
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.ie4=(document.all && !this.dom)?1:0;
	this.ie=this.ie4||this.ie5||this.ie6
	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.ie6 || this.ie5 || this.ie4 || this.ns4 || this.ns6 || this.opera5 || this.dom)
	return this
}

var bw=new lib_bwcheck() //Making browsercheck object

var mDebugging=2 

oCMenu=new makeCoolMenu("oCMenu") 
oCMenu.useframes=0 
oCMenu.frame=""
oCMenu.useclick=0
oCMenu.useNS4links=1
oCMenu.NS4padding=2  
oCMenu.checkselect=0
oCMenu.offlineUrl=""
oCMenu.onlineUrl=""

oCMenu.pagecheck=1
oCMenu.checkscroll=0
oCMenu.resizecheck=1 
oCMenu.wait=250 

oCMenu.usebar=0 
oCMenu.barcolor="#A9D36D"
oCMenu.barwidth="menu" 
oCMenu.barheight="menu" 
oCMenu.barx="menu" 
oCMenu.bary="menu"
oCMenu.barinheritborder=0 

oCMenu.rows=1
oCMenu.fromleft=0
oCMenu.fromtop=104 
oCMenu.pxbetween=0

//avail="190+((toppage.x2-210)/6)" 
// oCMenu.menuplacement=new Array(190,avail,avail+"*2",avail+"*3",avail+"*4",avail+"*5")
//left,
oCMenu.menuplacement=new Array(0,109,218,327,436,545,653)

oCMenu.level[0]=new Array() 
oCMenu.level[0].width=109
oCMenu.level[0].height=23 
oCMenu.level[0].bgcoloroff="transparent"
oCMenu.level[0].bgcoloron="transparent" 
oCMenu.level[0].textcolor="000000"
oCMenu.level[0].hovercolor="#A9D36D" 
oCMenu.level[0].style="font-family:arial,helvetica; font-size:12px; font-weight:bold"
oCMenu.level[0].border=0
oCMenu.level[0].bordercolor="" 
oCMenu.level[0].offsetX=0 
oCMenu.level[0].offsetY=-2 
oCMenu.level[0].NS4font="arial,helvetica"
oCMenu.level[0].NS4fontSize="2"
oCMenu.level[0].NS4fontColor="white"
oCMenu.level[0].align="bottom" 

oCMenu.level[0].clip=1 
oCMenu.level[0].clippx=15 
oCMenu.level[0].cliptim=50 
// Filters - This can be used to get some very nice effect like fade, slide, stars and so on. EXPLORER5.5+ ONLY - If you set this to a value it will override the clip on the supported browsers
// oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.5)" 
oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Fade(duration=0)" 

oCMenu.level[1]=new Array() 
oCMenu.level[1].width=150
oCMenu.level[1].height=17
oCMenu.level[1].bgcoloroff="A6AFB4"
oCMenu.level[1].bgcoloron="1C9EBF"
oCMenu.level[1].textcolor="110EA3"
oCMenu.level[1].hovercolor="FFFFFF"
oCMenu.level[1].style="padding:2px; font-family:arial,helvetica; font-size:11px"  //; font-weight:bold"
oCMenu.level[1].align="bottom" 
oCMenu.level[1].offsetX=0
oCMenu.level[1].offsetY=0
oCMenu.level[1].border=1 
oCMenu.level[1].bordercolor="FFFFFF"
oCMenu.level[1].NS4font="arial,helvetica"
oCMenu.level[1].NS4fontSize="2"
oCMenu.level[1].NS4fontColor="#110EA3"

oCMenu.level[2]=new Array()
oCMenu.level[2].width=100
oCMenu.level[2].height=17
oCMenu.level[2].style="padding:2px; font-family: arial,helvetica; font-size:10px" // ; font-weight:bold"
oCMenu.level[2].align="bottom" 
oCMenu.level[2].offsetX=0
oCMenu.level[2].offsetY=0
oCMenu.level[2].border=1 
oCMenu.level[2].bordercolor="FFFFFF"
oCMenu.level[2].NS4fontSize="1"
oCMenu.level[2].NS4fontColor="110EA3"
oCMenu.level[2].bgcoloroff="#A6AFB4"
oCMenu.level[2].bgcoloron="#1C9EBF"
oCMenu.level[2].textcolor="#110EA3"
oCMenu.level[2].hovercolor="#FFFFFF"


oCMenu.makeMenu('None','','<img src="images/menu1.jpg"  width="109" height="23" border="0" alt="">')


oCMenu.makeMenu('Home','','<img src="images/home2.jpg" width="109" height="23" border="0" alt="">','../index.html')

oCMenu.makeMenu('AudioKits','','<img src="images/audio3.jpg" width="109" height="23" border="0" alt="">')
oCMenu.makeMenu('AU01','AudioKits','&nbsp;&nbsp;&nbsp;Power Amplifier Kits','../poweramp.html')
oCMenu.makeMenu('AU02','AudioKits','&nbsp;&nbsp;&nbsp;Bass Tone Kits','../basstone.html')
oCMenu.makeMenu('AU03','AudioKits','&nbsp;&nbsp;&nbsp;Head Pre Amplifier','../headpre.html')
oCMenu.makeMenu('AU04','AudioKits','&nbsp;&nbsp;&nbsp;MIC Pre','../micpre.html')
oCMenu.makeMenu('AU05','AudioKits','&nbsp;&nbsp;&nbsp;Graphic Equilizer','../equalizer.html')
oCMenu.makeMenu('AU06','AudioKits','&nbsp;&nbsp;&nbsp;Cross Over Networks','../networks.html')
oCMenu.makeMenu('AU07','AudioKits','&nbsp;&nbsp;&nbsp;Mixers','../mixers.html')
oCMenu.makeMenu('AU08','AudioKits','&nbsp;&nbsp;&nbsp;Echo Repeaters','../repeaters.html')
oCMenu.makeMenu('AU09','AudioKits','&nbsp;&nbsp;&nbsp;Level Indicators','../levelindicators.html')



oCMenu.makeMenu('kitlist','','<img src="images/kitlist4.jpg" width="109" height="23" border="0" alt="">')
oCMenu.makeMenu('KL01','kitlist','&nbsp;&nbsp;&nbsp;Kit List # 1','../list1.html')
oCMenu.makeMenu('KL02','kitlist','&nbsp;&nbsp;&nbsp;Kit List # 2','../list2.html')
oCMenu.makeMenu('KL03','kitlist','&nbsp;&nbsp;&nbsp;Kit List # 3','../list3.html')
oCMenu.makeMenu('KL04','kitlist','&nbsp;&nbsp;&nbsp;Kit List # 4','../list4.html')
oCMenu.makeMenu('KL05','kitlist','&nbsp;&nbsp;&nbsp;Kit List # 5','../list5.html')
oCMenu.makeMenu('KL06','kitlist','&nbsp;&nbsp;&nbsp;Kit List # 6','../list6.html')

oCMenu.makeMenu('Order','','<img src="images/order5.jpg" width="109" height="23" border="0" alt="">','../orderform.html')
//oCMenu.makeMenu('LF01','LatestFive','&nbsp;&nbsp;&nbsp;Classical & Folk','../list1.html')
//oCMenu.makeMenu('LF02','LatestFive','&nbsp;&nbsp;&nbsp;Dr. Farhat Hashmi','../list1.html')
//oCMenu.makeMenu('LF03','LatestFive','&nbsp;&nbsp;&nbsp;Geet & Ghazals','../list1.html')
//oCMenu.makeMenu('LF04','LatestFive','&nbsp;&nbsp;&nbsp;Instrumental','../list1.html')
//oCMenu.makeMenu('LF05','LatestFive','&nbsp;&nbsp;&nbsp;Junoon Collection','../list1.html')

oCMenu.makeMenu('ContactUs','','<img src="images/contact6.jpg" width="109" height="23" border="0" alt="">','../queryform.html')

oCMenu.makeMenu('location','','<img src="images/location.jpg" width="109" height="23" border="0" alt="">','../location.html')



oCMenu.makeStyle();
oCMenu.construct();