/*****************************************************************************
Copyright (c) 2001 Thomas Brattli (www.bratta.com)

eXperience DHTML coolMenus - Get it at www.bratta.com
Version 3.02
This script can be used freely as long as all copyright messages are
intact. 
******************************************************************************/
function lib_bwcheck(){ 
	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() 
var mDebugging=2 
oCMenu=new makeCoolMenu("oCMenu") 
oCMenu.useclick=0 
oCMenu.useNS4links=0  
oCMenu.NS4padding=2
oCMenu.offlineUrl="file:///C|/Program Files/Apache Group/Apache/htdocs/scripts/" 
oCMenu.onlineUrl="http://www.computers-in-design.com/" 
oCMenu.pagecheck=1
oCMenu.checkscroll=0 
oCMenu.resizecheck=1 
oCMenu.wait=1000 
oCMenu.usebar=1 
oCMenu.barcolor="#dbdbf7"
oCMenu.barwidth="100%" 
oCMenu.barheight="27" 
oCMenu.barx=0 
oCMenu.bary=0 
oCMenu.barinheritborder=0 
oCMenu.rows=1 
oCMenu.fromleft=5 
oCMenu.fromtop=0 
oCMenu.pxbetween=5 
oCMenu.menuplacement=0
oCMenu.level[0]=new Array() 
oCMenu.level[0].width=95 
oCMenu.level[0].height=25 
oCMenu.level[0].bgcoloroff="" 
oCMenu.level[0].bgcoloron="" 
oCMenu.level[0].textcolor="#000099" 
oCMenu.level[0].hovercolor="#000000" 
oCMenu.level[0].style="padding:2px; font-family:tahoma,arial,helvetica; font-size:10px; font-weight:bold" 
oCMenu.level[0].border=0 
oCMenu.level[0].bordercolor="color" 
oCMenu.level[0].offsetX=0 
oCMenu.level[0].offsetY=-1 
oCMenu.level[0].NS4font="tahoma,arial,helvetica"
oCMenu.level[0].NS4fontSize="1"
oCMenu.level[0].clip=1 
oCMenu.level[0].clippx=5 
oCMenu.level[0].cliptim=10 
oCMenu.level[0].filter=0 
oCMenu.level[0].align="bottom" 
oCMenu.level[1]=new Array() 
oCMenu.level[1].width=150
oCMenu.level[1].textcolor="#000099"
oCMenu.level[1].hovercolor="#c2a952"
oCMenu.level[1].bgcoloroff="#ffffff"
oCMenu.level[1].height=22
oCMenu.level[1].style="padding:2px; font-family:tahoma, arial,helvetica; font-size:10px; font-weight:bold"
oCMenu.level[1].offsetX=-10
oCMenu.level[1].offsetY=5
oCMenu.level[1].border=1
oCMenu.level[2]=new Array() 
oCMenu.level[2].border=1
oCMenu.level[2].offsetX=-20
//oCMenu.level[2].offsetY=250
oCMenu.level[2].textcolor="#ffffff"
oCMenu.level[2].hovercolor="#c2a952"
oCMenu.level[2].bgcoloroff="#000099"
oCMenu.level[2].width=180
oCMenu.level[2].height=20
oCMenu.level[3]=new Array() 
oCMenu.level[2].offsetX=-10
oCMenu.level[2].offsetY=5
oCMenu.level[3].border=1
oCMenu.level[3].textcolor="#000099"
oCMenu.level[3].hovercolor="cccc99"
oCMenu.level[3].bgcoloroff="#ffffff"
oCMenu.level[3].height=20
//(name,parent,text,link,target,width,height,img1, img2,bgcoloroff,bgcoloron,textcolor,hovercolor,onclick,onmouseover,onmouseout)
oCMenu.makeMenu('top0','','&nbsp;Web Design','content/web/index.html','','','25')
oCMenu.makeMenu('sub00','top0','&nbsp;Introduction','content/web/index.html','','160')
oCMenu.makeMenu('sub01','top0','&nbsp;Our Role','content/web/role.html','','160')
oCMenu.makeMenu('sub02','top0','&nbsp;Our Process','content/web/process.html','','160')
oCMenu.makeMenu('sub020','sub02','&nbsp;Web Design Process Flowchart','content/web/flowchart.html','','180')
oCMenu.makeMenu('sub021','sub02','&nbsp;Web Design Worksheets','content/web/worksheet.html','','180')
oCMenu.makeMenu('sub03','top0','&nbsp;Hosting and Design Packages','content/web/packages.html','','160')
oCMenu.makeMenu('sub030','sub03','&nbsp;Starter Web Site with Hosting','content/web/pricing/hstarter.html','','180')
oCMenu.makeMenu('sub031','sub03','&nbsp;Excel Web Site with Hosting','content/web/pricing/hexcel.html','','180')
oCMenu.makeMenu('sub032','sub03','&nbsp;Premier Web Site with Hosting','content/web/pricing/hpremier.html','','180')
oCMenu.makeMenu('sub033','sub03','&nbsp;Comparison Chart/with Hosting','content/web/pricing/hcomp.html','','180')
oCMenu.makeMenu('sub034','sub03','&nbsp;Starter Web Site w/o Hosting','content/web/pricing/starter.html','','180')
oCMenu.makeMenu('sub035','sub03','&nbsp;Excel Web Site w/o Hosting','content/web/pricing/excel.html','','180')
oCMenu.makeMenu('sub036','sub03','&nbsp;Premier Web Site w/o Hosting','content/web/pricing/premier.html','','180')
oCMenu.makeMenu('sub037','sub03','&nbsp;Comparison Chart w/o Hosting','content/web/pricing/comp.html','','180')
oCMenu.makeMenu('sub038','sub03','&nbsp;What\'s Included?','content/web/included.html','','180')
oCMenu.makeMenu('sub04','top0','&nbsp;Custom Design','content/web/pricing/custom.html','','160')
oCMenu.makeMenu('sub05','top0','&nbsp;About our Hosting Services','content/web/servers.html','','160')
oCMenu.makeMenu('sub06','top0','&nbsp;Other Services','content/web/addons.html','','160')
oCMenu.makeMenu('sub07','top0','&nbsp;Frequently Asked Questions','content/web/faq.html','','160')
oCMenu.makeMenu('sub08','top0','&nbsp;Glossary of Terms','content/web/glossary.html','','160')
oCMenu.makeMenu('sub09','top0','&nbsp;Request Information','content/web/inquire.phtml','','160')
oCMenu.makeMenu('sub11','top0','&nbsp;Browse our Web Portfolio','content/portfolio/webindex.phtml','','160')
oCMenu.makeMenu('top1','','&nbsp;Graphic Design','content/graphic/index.html','','','25')
oCMenu.makeMenu('sub10','top1','&nbsp;Introduction','content/graphic/index.html','','100')
oCMenu.makeMenu('top2','','&nbsp;Placement','content/placement/index.html','','80')
oCMenu.makeMenu('sub20','top2','&nbsp;Introduction','content/placement/index.html','','80')
oCMenu.makeMenu('top3','','&nbsp;Architectural<br>&nbspSupport & Design','content/archsupport/index.html','','125')
oCMenu.makeMenu('sub30','top3','&nbsp;Architectural Design','content/archdesign/index.html','','125')
oCMenu.makeMenu('sub300','sub30','&nbsp;Introduction','content/archdesign/index.html','','180')
oCMenu.makeMenu('sub31','top3','&nbsp;Architectural Support','content/archsupport/index.html','','125')
oCMenu.makeMenu('sub310','sub31','&nbsp;Introduction','content/archsupport/index.html','','180')
oCMenu.makeMenu('sub320','sub31','&nbsp;CAD Management','content/archsupport/index.html','','180')
oCMenu.makeMenu('sub3201','sub320','&nbsp;On Site CAD Manager','content/archsupport/index.html','','180')
oCMenu.makeMenu('sub3202','sub320','&nbsp;Project Planning','content/archsupport/index.html','','180')
oCMenu.makeMenu('sub330','sub31','&nbsp;CAD Problem Solving','content/archsupport/index.html','','180')
oCMenu.makeMenu('sub3301','sub330','&nbsp;Evaluation','content/archsupport/index.html','','180')
oCMenu.makeMenu('sub3302','sub330','&nbsp;Troubleshooting','content/archsupport/index.html','','180')
oCMenu.makeMenu('sub340','sub31','&nbsp;Upgrade and Migration Support','content/archsupport/index.html','','180')
oCMenu.makeMenu('sub3401','sub340','&nbsp;Integrating CAD','content/archsupport/index.html','','220')
oCMenu.makeMenu('sub3402','sub340','&nbsp;Integrating 3D CAD and 3D Visualization','content/archsupport/index.html','','220')
oCMenu.makeMenu('sub3403','sub340','&nbsp;Upgrading to a new software version','content/archsupport/index.html','','220')
oCMenu.makeMenu('sub3404','sub340','&nbsp;Migrating to a different software package','content/archsupport/index.html','','220')
oCMenu.makeMenu('sub350','sub31','&nbsp;CAD Manuals','content/archsupport/index.html','','180')
oCMenu.makeMenu('sub3501','sub350','&nbsp;Large Manuals','content/archsupport/index.html','','180')
oCMenu.makeMenu('sub3502','sub350','&nbsp;Medium Manuals','content/archsupport/index.html','','180')
oCMenu.makeMenu('sub3503','sub350','&nbsp;Small Manuals','content/archsupport/index.html','','180')
oCMenu.makeMenu('sub3504','sub350','&nbsp;Custom Manuals','content/archsupport/index.html','','180')
oCMenu.makeMenu('sub3505','sub350','&nbsp;Sample','content/archsupport/index.html','','180')
oCMenu.makeMenu('sub360','sub31','&nbsp;CAD Drafting','content/archsupport/index.html','','180')
oCMenu.makeMenu('sub370','sub31','&nbsp;Rendering and Animation','content/archsupport/index.html','','180')
oCMenu.makeMenu('sub380','sub31','&nbsp;Q&A Sessions','content/archsupport/index.html','','180')
oCMenu.makeMenu('sub390','sub31','&nbsp;CAD Training','content/archsupport/index.html','','180')
oCMenu.makeMenu('sub399','sub31','&nbsp;Request Information','content/archsupport/index.html','','180')
oCMenu.makeMenu('top4','','&nbsp;Rendering<br>&nbsp&amp; Animation','content/animation/index.html')
oCMenu.makeMenu('sub40','top4','&nbsp;Introduction','content/animation/index.html','','100')
oCMenu.makeMenu('top5','','&nbsp;&nbsp;&nbsp;Training','content/training/index.html','','','25')
oCMenu.makeMenu('sub50','top5','&nbsp;Introduction','content/training/index.html')
oCMenu.makeMenu('sub51','top5','&nbsp;Our Training Center','content/training/school.html')
oCMenu.makeMenu('sub510','sub51','&nbsp;Our Facilities','content/training/school.html')
oCMenu.makeMenu('sub511','sub51','&nbsp;Course Descriptions','content/training/classlist.phtml?sort_name=classname')
oCMenu.makeMenu('sub512','sub51','&nbsp;Schedule','content/training/schedule.html')
oCMenu.makeMenu('sub513','sub51','&nbsp;Free Seminars','content/training/monthly.phtml')
oCMenu.makeMenu('sub514','sub51','&nbsp;Skills Assessment','content/training/schassess.html')
oCMenu.makeMenu('sub515','sub51','&nbsp;Policies and Guarantees','content/training/policies.html')
oCMenu.makeMenu('sub516','sub51','&nbsp;Success Stories','content/training/schsuccess.html')
oCMenu.makeMenu('sub517','sub51','&nbsp;Sample Training Materials','content/training/stm.html')
oCMenu.makeMenu('sub518','sub51','&nbsp;News','content/training/news.phtml')
oCMenu.makeMenu('sub52','top5','&nbsp;Onsite and Custom Training','content/training/custom.html')
oCMenu.makeMenu('sub520','sub52','&nbsp;How Custom Training Works','content/training/custom.html','','180')
oCMenu.makeMenu('sub521','sub52','&nbsp;Onsite Skills Assessment','content/training/cuassess.html')
oCMenu.makeMenu('sub522','sub52','&nbsp;Pricing','content/training/cuprice.html')
oCMenu.makeMenu('sub523','sub52','&nbsp;Success Stories','content/training/cusuccess.html')
oCMenu.makeMenu('sub53','top5','&nbsp;Seminars and Lectures','content/training/lectures.html')
oCMenu.makeMenu('sub54','top5','&nbsp;Classroom Rental','content/training/rental.html')
oCMenu.makeMenu('sub55','top5','&nbsp;Instructor Credentials','content/training/instructors.html')
oCMenu.makeMenu('sub56','top5','&nbsp;Request Information','content/training/inquire.phtml')
oCMenu.makeMenu('top6','','Portfolios','content/portfolio/index.html','','','25')	
oCMenu.makeMenu('sub60','top6','&nbsp;Introduction','content/portfolio/index.html','','')
oCMenu.makeMenu('sub61','top6','&nbsp;Featured Project','content/portfolio/current.phtml','','')
oCMenu.makeMenu('sub62','top6','&nbsp;Architectural Renderings','content/portfolio/renderindex.phtml','','')
oCMenu.makeMenu('sub63','top6','&nbsp;Architectural Animations','content/portfolio/animindex.phtml','','')
oCMenu.makeMenu('sub64','top6','&nbsp;Flash Animation','content/portfolio/flash.html','','')
oCMenu.makeMenu('sub65','top6','&nbsp;Graphic Design','content/portfolio/graphindex.phtml','','')
oCMenu.makeMenu('sub66','top6','&nbsp;Other Renderings','content/portfolio/max.html','','')
oCMenu.makeMenu('sub67','top6','&nbsp;Other Animations','content/portfolio/animate.phtml','','')
oCMenu.makeMenu('sub68','top6','&nbsp;Student Work','content/portfolio/studentindex.phtml','','')
oCMenu.makeMenu('sub69','top6','&nbsp;Web Sites','content/portfolio/webindex.phtml','','')
oCMenu.makeMenu('top7','','About Us','content/about/index.html','','','25')
oCMenu.makeMenu('sub70','top7','&nbsp;Introduction','content/about/index.html','','140')	
oCMenu.makeMenu('sub71','top7','&nbsp;Firm Principals','content/about/principals.html','','140')
oCMenu.makeMenu('sub72','top7','&nbsp;Our Clients','content/about/clientquotes.html','','140')
oCMenu.makeMenu('sub73','top7','&nbsp;In The News','content/about/inthenews.html','','140')
oCMenu.makeMenu('sub74','top7','&nbsp;Press Kit','content/about/presskit.html','','140')
oCMenu.makeMenu('sub75','top7','&nbsp;Contact Us','content/about/contact.html','','140')
oCMenu.makeMenu('sub76','top7','&nbsp;Privacy Policy','content/about/privacy.html','','140')
oCMenu.makeMenu('sub77','top7','&nbsp;Acceptable Use Policy','content/about/aup.html','','140')
oCMenu.makeMenu('sub78','top7','&nbsp;Log In','content/about/fullogin.html','','140')
oCMenu.makeStyle(); oCMenu.construct()			
