<!--  Hide from non-javascript-enabled browsers
	// Pre-loading images
	if (document.images)
	{
		button1_off=new Image(); button1_off.src="../images1/home/mnu_aboutus_off.jpg";
		button1_on =new Image(); button1_on.src="../images1/home/mnu_aboutus_on.jpg";

		button2_off=new Image(); button2_off.src="../images1/home/mnu_propertiesforsale_off.jpg";
		button2_on =new Image(); button2_on.src="../images1/home/mnu_propertiesforsale_on.jpg";

		button3_off=new Image(); button3_off.src="../images1/home/mnu_sellyourproperty_off.jpg";
		button3_on =new Image(); button3_on.src="../images1/home/mnu_sellyourproperty_on.jpg";

		button4_off=new Image(); button4_off.src="../images1/home/mnu_photogallery_off.jpg";
		button4_on =new Image(); button4_on.src="../images1/home/mnu_photogallery_on.jpg";

		button5_off=new Image(); button5_off.src="../images1/home/mnu_relatedtopics_off.jpg";
		button5_on =new Image(); button5_on.src="../images1/home/mnu_relatedtopics_on.jpg";

		button6_off=new Image(); button6_off.src="../images1/home/mnu_usefulwebsites_off.jpg";
		button6_on =new Image(); button6_on.src="../images1/home/mnu_usefulwebsites_on.jpg";

		button7_off=new Image(); button7_off.src="../images1/home/mnu_contactus_off.jpg";
		button7_on =new Image(); button7_on.src="../images1/home/mnu_contactus_on.jpg";

	}

	// Event Handlers
	function rollOn(img,ref) 
		{document.images[img].src = eval(ref + ".src");} 

	function rollOff(img,ref) 
		{document.images[img].src = eval(ref + ".src");} 

-->

