// JavaScript Document
/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/
    pac_the_centre.makeMenu('top0','','','/pac/the_centre/default.htm','','122','29','/images/nav/pac_centre.gif','/images/nav/pac_centre-over.gif','','','','','','','','')
	pac_the_centre.makeMenu('sub01','top0','Our Vision','/pac/the_centre/our_vision.htm','',122,0)
	pac_the_centre.makeMenu('sub03','top0','Our Philosophy','/pac/the_centre/our_philosophy.htm','',122,0)
	
	//Leave this line - it constructs the menu
pac_the_centre.construct()	

