<!--


//	About Us
oCMenu2.makeMenu('top1','','','aboutplace.html','',130,22,'images/place_off08.jpg','images/place_on08.jpg')
                 oCMenu2.makeMenu('sub101','top1','&nbsp;&nbsp;company profile', 'aboutplace.html','',130);	
	             oCMenu2.makeMenu('sub102','top1','&nbsp;&nbsp;founder & owner', 'founders.html','',130);
                 oCMenu2.makeMenu('sub103','top1','&nbsp;&nbsp;privacy policy', 'privacy.html','',130);
	

//	School
oCMenu2.makeMenu('top2','','','aboutschool.html','',130,22,'images/school_off08.jpg','images/school_on08.jpg')
	            oCMenu2.makeMenu('sub201','top2','&nbsp;&nbsp;school profile', 'aboutschool.html','',130);
	            oCMenu2.makeMenu('sub202','top2','&nbsp;&nbsp;mission statement', 'mission.html','',130);
                oCMenu2.makeMenu('sub203','top2','&nbsp;&nbsp;instructors', 'instructors.html','',130);
                oCMenu2.makeMenu('sub204','top2','&nbsp;&nbsp;school policies', 'policies.html','',130);

//	Requirements
oCMenu2.makeMenu('top4','','','requirements.html','',130,22,'images/license_off08.jpg','images/license_on08.jpg')
	           oCMenu2.makeMenu('sub401','top4','&nbsp;&nbsp;requirements', 'requirements.html','',130);
	           oCMenu2.makeMenu('sub402','top4','&nbsp;&nbsp;how it is done','how.html','',130);



//	Course Catalog
oCMenu2.makeMenu('top3','','','basic.asp','',130,22,'images/catalog_off08.jpg','images/catalog_on08.jpg')	
               oCMenu2.makeMenu('sub301','top3','&nbsp;&nbsp;basic education', 'basic.asp','',130);
	           oCMenu2.makeMenu('sub302', 'top3','&nbsp;&nbsp;live continuing &nbsp;&nbsp;education', 'continuing.asp','',130, 28);
	           oCMenu2.makeMenu('sub303', 'top3','&nbsp;&nbsp;distance continuing &nbsp;&nbsp;education', 'distance.asp','',130, 28);
               


	           

//	Online Courses
oCMenu2.makeMenu('top5','','','distance.asp','',130,22,'images/onlinec_off08.jpg','images/onlinec_on08.jpg')
	           oCMenu2.makeMenu('sub501','top5','&nbsp;&nbsp;courses offered', 'distance.asp','',130);
	           oCMenu2.makeMenu('sub502','top5','&nbsp;&nbsp;guidelines','guidelines.html','',130);	           



	

//Leave these two lines! Making the styles and then constructing the menu
oCMenu2.makeStyle(); oCMenu2.construct();

//-->