/*****************************************************************************
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.opera5=(this.agent.indexOf("Opera 5")>-1)
	this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom && !this.opera5)?1:0; 
	this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom && !this.opera5)?1:0;
	this.ie4=(document.all && !this.dom && !this.opera5)?1:0;
	this.ie=(this.ie4||this.ie5||this.ie6)
	this.mac=(this.agent.indexOf("Mac")>-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)

if( (this.ver == "4.0 (compatible; Internet Explorer 5; Macintosh; I; PPC)")&&(this.agent == ("Mozilla/4.0 (compatible; MSIE 5.0; Mac_PowerPC)") || ("Mozilla/4.0 (compatible; MSIE 5.1b1; Mac_PowerPC)")) && (this.mac == true) ) {

this.opera5=false;
this.ie4=false;
this.ie5=1;
this.ie6=0;
this.ie=1;
this.ns6=0;
this.ns4=0;
this.bw=1;

}

	return this

}
var bw=new lib_bwcheck() //Making browsercheck object

var mDebugging=2 

oCMenu=new makeCoolMenu("oCMenu") 
oCMenu.useframes=0 
oCMenu.useNS4links=1 
oCMenu.checkselect=1
oCMenu.offlineUrl=""
oCMenu.onlineUrl="http://www.e-mcinc.com/8astars/"



oCMenu.pagecheck=1
oCMenu.checkscroll=0
oCMenu.resizecheck=1
oCMenu.wait=550



oCMenu.usebar=0
oCMenu.barcolor="#000000"
oCMenu.barwidth="433" 
oCMenu.barheight="menu" 
oCMenu.barx=0
oCMenu.bary="menu"
oCMenu.barinheritborder=0



oCMenu.rows=1
oCMenu.fromleft=200
oCMenu.fromtop=125
oCMenu.pxbetween=0


oCMenu.menuplacement="left"



oCMenu.level[0]=new Array() 
oCMenu.level[0].width=110
oCMenu.level[0].height=19
oCMenu.level[0].bgcoloroff="transparent"
oCMenu.level[0].bgcoloron="#000000" 
oCMenu.level[0].textcolor="#000000"
oCMenu.level[0].hovercolor="#FFFFFF" 
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=-1 
oCMenu.level[0].NS4font="arial,helvetica"
oCMenu.level[0].NS4fontSize="2"
oCMenu.level[0].NS4fontColor="#FFFFFF"
oCMenu.level[0].align="bottom"



oCMenu.level[1]=new Array() 
oCMenu.level[1].width=185
oCMenu.level[1].height=19
oCMenu.level[1].bgcoloron="#388BD1"
oCMenu.level[1].bgcoloroff="#93B3C8"
oCMenu.level[1].textcolor="#000000"
oCMenu.level[1].hovercolor="#000000"
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="black"


oCMenu.makeMenu('top1','','','http://www.e-mcinc.com/8astars/scope.html','',123,28,'images/scope.gif','images/scope_ovr.gif')
		oCMenu.makeMenu('sub010','top1','&nbsp;Functional Area Services','http://www.e-mcinc.com/8astars/scope_functions.html')
		oCMenu.makeMenu('sub011','top1','&nbsp;Contract Terms','http://www.e-mcinc.com/8astars/scope_contract.html')
		oCMenu.makeMenu('sub013','top1','&nbsp;Order Limitations','http://www.e-mcinc.com/8astars/scope_limitations.html')
		oCMenu.makeMenu('sub014','top1','&nbsp;e-Management Contact Info','http://www.e-mcinc.com/8astars/scope_contact.html')
						

oCMenu.makeMenu('top2','','','http://www.e-mcinc.com/8astars/gsa_8_a_stars.html','',166,28,'images/gsa_8_a.gif','images/gsa_8_a_ovr.gif')
		oCMenu.makeMenu('sub020','top2','&nbsp;About GSA 8(a) STARS','http://www.e-mcinc.com/8astars/gsa_about.html')
		oCMenu.makeMenu('sub021','top2','&nbsp;GSA Contact Information','http://www.e-mcinc.com/8astars/gsa_contact.html')
		oCMenu.makeMenu('sub022','top2','&nbsp;Small Business GWAC Center','http://www.e-mcinc.com/8astars/gsa_business.html')			
		

oCMenu.makeMenu('top3','','','http://www.e-mcinc.com/8astars/ordering.html','',69,28,'images/ordering.gif','images/ordering_ovr.gif')
		oCMenu.makeMenu('sub030','top3','&nbsp;How to Order','http://www.e-mcinc.com/8astars/ordering_how.html')	
		oCMenu.makeMenu('sub031','top3','&nbsp;Ordering Guide','http://www.e-mcinc.com/8astars/ordering_guide.html')
		

oCMenu.makeMenu('top4','','','http://www.e-mcinc.com/8astars/rates.html','',99,28,'images/rates.gif','images/rates_ovr.gif')
			

oCMenu.makeStyle(); oCMenu.construct()		


function cm_checkScrolled(obj){
	if(bw.ns4 || bw.ns6) obj.scrolledY=obj.win.pageYOffset
	else obj.scrolledY=obj.win.document.body.scrollTop
	if(obj.scrolledY!=obj.lastScrolled){
		if(!obj.useframes){
			self.status=obj.scrolledY
			if(obj.scrolledY>119){
				for(i=0;i<obj.l[0].num;i++){var sobj=obj.l[0].o[i].oBorder; sobj.moveY(obj.scrolledY)}
				if(obj.usebar) obj.oBar.moveY(obj.scrolledY)
			}else{
				for(i=0;i<obj.l[0].num;i++){var sobj=obj.l[0].o[i].oBorder; sobj.moveY(obj.fromtop)}
				if(obj.usebar) obj.oBar.moveY(obj.fromtop)
			}

		}
		obj.lastScrolled=obj.scrolledY; page.y=obj.scrolledY; page.y2=page.y2orig+obj.scrolledY
		if(!obj.useframes || bw.ie){ clearTimeout(obj.tim); obj.isover=0; obj.hideSubs(1,0)}
	}
	if((bw.ns4 || bw.ns6) && !obj.useframes) setTimeout("cm_checkScrolled("+obj.name+")",200)
}

