qq0 = new Menu([{'text': 'home', 'link': 'index.aspx?page=home', 'menu': '', 'bgcolor' : '', 'hibgcolor' : '','image': '/images/menu/nav_home.gif', 'hiimage': '/images/menu/nav_home_on.gif', 'selimage': '/images/menu/nav_home_on.gif' }
,
{'text': 'aboutus', 'link': 'index.aspx?page=aboutus', 'menu': '', 'bgcolor' : '', 'hibgcolor' : '','image': '/images/menu/nav_aboutus.gif', 'hiimage': '/images/menu/nav_aboutus_on.gif', 'selimage': '/images/menu/nav_aboutus_on.gif' }
,
{'text': 'directions', 'link': 'index.aspx?page=directions', 'menu': '', 'bgcolor' : '', 'hibgcolor' : '','image': '/images/menu/nav_directions.gif', 'hiimage': '/images/menu/nav_directions_on.gif', 'selimage': '/images/menu/nav_directions_on.gif' }
,
{'text': 'contactus', 'link': 'index.aspx?page=contactus', 'menu': '', 'bgcolor' : '', 'hibgcolor' : '','image': '/images/menu/nav_contactus.gif', 'hiimage': '/images/menu/nav_contactus_on.gif', 'selimage': '/images/menu/nav_contactus_on.gif' }
,
{'text': 'photogallery', 'link': 'index.aspx?page=photogallery', 'menu': '', 'bgcolor' : '', 'hibgcolor' : '','image': '/images/menu/nav_photogallery.gif', 'hiimage': '/images/menu/nav_photogallery_on.gif', 'selimage': '/images/menu/nav_photogallery_on.gif' }
,
{'text': 'info', 'link': 'index.aspx?page=info', 'menu': '', 'bgcolor' : '', 'hibgcolor' : '','image': '/images/menu/nav_info.gif', 'hiimage': '/images/menu/nav_info_on.gif', 'selimage': '/images/menu/nav_info_on.gif' }
,''],{'dir':'h','visible':true,'border':0});;
			msp = document.getElementById('__MenuSpan');
			msp.innerHTML = qq0.toString();
			if (document.attachEvent){
				msp.attachEvent("onmouseover",cancelBubble);
				document.attachEvent("onmouseover",hideAll);
			} else {
			//	document.onclick = hideAll;
				document.onmouseover = hideAll;
				msp.onmouseover = cancelBubble;
			}
		