// JavaScript Document

		var menu1=new Array()
		menu1[0]='<a href="./tvm_1.html" class="sub_stylemenu" style="text-align:left">Thiruvananthapuram </a>'
		menu1[1]='<a href="./kollam_1.html" class="sub_stylemenu" style="text-align:left">Kollam</a>'
		menu1[2]='<a href="./alpy_1.html" class="sub_stylemenu" style="text-align:left">Alappuzha </a>'
		menu1[3]='<a href="./ktym_1.html" class="sub_stylemenu" style="text-align:left">Kottayam</a>'
		menu1[4]='<a href="./idukki_1.html" class="sub_stylemenu" style="text-align:left">Idukki</a>'
		
		menu1[5]='<a href="./pathanamthitta_1.html" class="sub_stylemenu" style="text-align:left">Pathanamthitta </a>'
		menu1[6]='<a href="./ekm_1.html" class="sub_stylemenu" style="text-align:left">Ernakulam</a>'
		menu1[7]='<a href="./tcr_1.html" class="sub_stylemenu" style="text-align:left">Thrissur</a>'
		
		menu1[8]='<a href="./malappuram_1.html" class="sub_stylemenu" style="text-align:left">Malappuram </a>'
		menu1[9]='<a href="./palakkad_1.html" class="sub_stylemenu" style="text-align:left">Palakkad </a>'
		
		menu1[10]='<a href="./calicut_1.html" class="sub_stylemenu" style="text-align:left">Kozhikode </a>'
		menu1[11]='<a href="./kannour_1.html" class="sub_stylemenu" style="text-align:left">Kannur</a>'
		menu1[12]='<a href="./wayanad_1.html" class="sub_stylemenu" style="text-align:left">Wayanad </a>'
		menu1[13]='<a href="./kasargod_1.html" class="sub_stylemenu" style="text-align:left">Kasargod  </a>'
		
		
		var menu2=new Array()
		menu2[0]='<a href="vaastu.php" class="sub_stylemenu" style="text-align:left">Vaastu</a>'
		menu2[1]='<a href="interior.php" class="sub_stylemenu" style="text-align:left">interior Designers</a>'
		menu2[2]='<a href="hardware.php" class="sub_stylemenu" style="text-align:left">Hardware shops</a>'
	    menu2[3]='<a href="roomdecores.php" class="sub_stylemenu" style="text-align:left">Room Decors</a>'
	    menu2[4]='<a href="kitchen.php" class="sub_stylemenu" style="text-align:left">Ktchen Equipements</a>'
	   	menu2[5]='<a href="#" class="sub_stylemenu" style="text-align:left">kerala Tours</a>'
	    menu2[6]='<a href="#" class="sub_stylemenu" style="text-align:left">Currency Converter</a>'
	    menu2[7]='<a href="#" class="sub_stylemenu" style="text-align:left">Festivals Of kerala</a>'
	 
	    var menu3=new Array()
		menu3[0]='<a href="http://localhost/hoteljobs/Admin_login/JobSeeker.aspx" class="sub_stylemenu" style="text-align:left">Registrations</a>'
		menu3[1]='<a href="http://localhost/hoteljobs/Admin_login/Applications.aspx" class="sub_stylemenu" style="text-align:left">Applications</a>'
		
		
		var menuwidth='500px' //default menu width
		var menubgcolor='#E5E5E5'  //menu bgcolor
		var disappeardelay=150//menu disappear speed onMouseout (in miliseconds)
		var hidemenu_onclick="no" //hide menu when user clicks within menu?
		var overflow="scroll"
		var alwaysvisible=1
        var left=10
        var orientation="horizontal"
		/////No further editting needed
		
		var ie4=document.all
		var ns6=document.getElementById&&!document.all
		
		if (ie4||ns6)
		document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')
		
		function getposOffset(what, offsettype)
		{
			var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
			var parentEl=what.offsetParent;
			while (parentEl!=null)
			{
				totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
				parentEl=parentEl.offsetParent;
			}
			return totaloffset;
		}
		
		
		function showhide(obj, e, visible, hidden, menuwidth)
		{
			if (ie4||ns6)
			dropmenuobj.style.left=dropmenuobj.style.top=-200
			if (menuwidth!="")
			{
				dropmenuobj.widthobj=dropmenuobj.style
				dropmenuobj.widthobj.width=menuwidth
			}
			if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
				obj.visibility=visible
			else if (e.type=="click")
				obj.visibility=hidden
		}
		
		function iecompattest()
		{
			return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
		}
		
		function clearbrowseredge(obj, whichedge)
		{
			var edgeoffset=0
			if (whichedge=="rightedge")
			{
				var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
				dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
				if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
				edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
			}
			else
			{
				var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
				var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
				dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
				if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure)
				{ //move up?
					edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
					if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?
					edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge
				}
			}
			return edgeoffset
		}
		
		function populatemenu(what)
		{
			if (ie4||ns6)
			dropmenuobj.innerHTML=what.join("")
		}
		
		
		function dropdownmenu(obj, e, menucontents, menuwidth)
		{
			if (window.event) event.cancelBubble=true
			else if (e.stopPropagation) e.stopPropagation()
			clearhidemenu()
			dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv
			populatemenu(menucontents)		
			if (ie4||ns6)
			{
				showhide(dropmenuobj.style, e, "visible", "hidden", "160")
				dropmenuobj.x=getposOffset(obj, "left")
				dropmenuobj.y=getposOffset(obj, "top")
				dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"
				dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"
			}		
			return clickreturnvalue()
		}
		
		function clickreturnvalue()
		{
			if (ie4||ns6) 
				return false
			else 
				return true
		}
		
		function contains_ns6(a, b) 
		{
			while (b.parentNode)
			if ((b = b.parentNode) == a)
				return true;
			return false;
		}
		
		function dynamichide(e)
		{
			if (ie4&&!dropmenuobj.contains(e.toElement))
				delayhidemenu()
			else if 
				(ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
			delayhidemenu()
		}
		
		function hidemenu(e)
		{
			if (typeof dropmenuobj!="undefined")
			{
				if (ie4||ns6)
					dropmenuobj.style.visibility="hidden"
			}
		}
		
		function delayhidemenu()
		{
			if (ie4||ns6)
			delayhide=setTimeout("hidemenu()",disappeardelay)
		}
		
		function clearhidemenu()
		{
			if (typeof delayhide!="undefined")
			clearTimeout(delayhide)
		}
		
		if (hidemenu_onclick=="yes")
			document.onclick=hidemenu;