var abs_url='http://www.glendaleny.com/'
// Menu contents
var menu1=new Array()
menu1[0]='<a href="'+abs_url+'localnews.php">Local News</a>'
menu1[1]='<a href="'+abs_url+'headlines.php">Top Headlines</a>'
menu1[2]='<a href="'+abs_url+'weather.php">Weather</a>'
menu1[3]='<a href="'+abs_url+'finance.php">Finance</a>'
menu1[4]='<a href="'+abs_url+'sports.php">Sports</a>'
menu1[5]='<a href="'+abs_url+'entertainment.php">Entertainment</a>'
menu1[6]='<a href="'+abs_url+'mostviewednews.php">Most Viewed News</a>'
var menu2=new Array()
menu2[0]='<a href="'+abs_url+'board/index.php">Forum Index</a>'
menu2[1]='<a href="'+abs_url+'board/faq.php">FAQ</a>'
menu2[2]='<a href="'+abs_url+'board/search.php">Search</a>'
menu2[3]='<a href="'+abs_url+'board/memberlist.php">Member List</a>'
menu2[4]='<a href="'+abs_url+'board/profile.php?mode=editprofile">Profile</a>'
menu2[5]='<a href="'+abs_url+'board/privmsg.php?folder=inbox">Private Messages</a>'
var menu3=new Array()
menu3[0]='<a href="http://www.bizdirectoryny.com/index.php?site=g&cat=1">Automotive</a>'
menu3[1]='<a href="http://www.bizdirectoryny.com/index.php?site=g&cat=11">Business Supply</a>'
menu3[2]='<a href="http://www.bizdirectoryny.com/index.php?site=g&cat=18">Cemeteries/Funeral Homes</a>'
menu3[3]='<a href="http://www.bizdirectoryny.com/index.php?site=g&cat=22">Child Services</a>'
menu3[4]='<a href="http://www.bizdirectoryny.com/index.php?site=g&cat=25">Communications</a>'
menu3[5]='<a href="http://www.bizdirectoryny.com/index.php?site=g&cat=30">Entertainment</a>'
menu3[6]='<a href="http://www.bizdirectoryny.com/index.php?site=g&cat=37">Entertainments</a>'
menu3[7]='<a href="http://www.bizdirectoryny.com/index.php?site=g&cat=40">Financial Services</a>'
menu3[8]='<a href="http://www.bizdirectoryny.com/index.php?site=g&cat=50">Food</a>'
menu3[9]='<a href="http://www.bizdirectoryny.com/index.php?site=g&cat=67">Home/Business Services</a>'
menu3[10]='<a href="http://www.bizdirectoryny.com/index.php?site=g&cat=118">Medical Services</a>'
menu3[11]='<a href="http://www.bizdirectoryny.com/index.php?site=g&cat=143">Misc Services</a>'
menu3[12]='<a href="http://www.bizdirectoryny.com/index.php?site=g&cat=150">Organizations</a>'
menu3[13]='<a href="http://www.bizdirectoryny.com/index.php?site=g&cat=159">Publishing</a>'
menu3[14]='<a href="http://www.bizdirectoryny.com/index.php?site=g&cat=161">Real Estate</a>'
menu3[15]='<a href="http://www.bizdirectoryny.com/index.php?site=g&cat=163">Retail/Shops</a>'
menu3[16]='<a href="http://www.bizdirectoryny.com/index.php?site=g&cat=223">Schools</a>'
menu3[17]='<a href="http://www.bizdirectoryny.com/index.php?site=g&cat=231">Sports</a>'
menu3[18]='<a href="http://www.bizdirectoryny.com/index.php?site=g&cat=242">Transportation</a>'

var menu4=new Array()
menu4[0]='<a href="'+abs_url+'photos">Photo Album</a>'
menu4[1]='<a href="'+abs_url+'calendar.php">Event Calendar</a>'
menu4[2]='<a href="'+abs_url+'maps.php">Local Maps</a>'
var menu5=new Array()
menu5[0]='<a href="'+abs_url+'apartments.php">Apartments</a>'
menu5[1]='<a href="'+abs_url+'realestate.php">Real Estate</a>'
menu5[2]='<a href="'+abs_url+'forsale.php">Items For Sale</a>'
menu5[3]='<a href="'+abs_url+'community.php">Community</a>'
menu5[4]='<a href="'+abs_url+'jobs.php">Jobs</a>'
		
var menuwidth='200px' //default menu width
var menubgcolor='#DEDEFF'  //menu bgcolor
var disappeardelay=200  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?

// Menu Code
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="-500px"
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", menuwidth)
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
