/***********************************************
* AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
var menu1=new Array()

menu1[0]='<table width=100%><tr><td width=25% valign=top><font size=1 face=verdana><a href=http://www.awaymessages.com/cat/babysitting/1.htm>Babysitting</a><br><a href=http://www.awaymessages.com/cat/bathroom/1.htm>Bathroom</a><br><a href=http://www.awaymessages.com/cat/birthday/1.htm>Birthday</a><br><a href=http://www.awaymessages.com/cat/bored/1.htm>Bored</a><br><a href=http://www.awaymessages.com/cat/church/1.htm>Church-Religious</a><br><a href=http://www.awaymessages.com/cat/countdown/index.htm>Countdown Timer</a><br><a href=http://www.awaymessages.com/cat/email/1.htm>Email</a><br><a href=http://www.awaymessages.com/cat/gym/1.htm>Exercise-Gym</a><br><a href=http://www.awaymessages.com/cat/food/1.htm>Food-Eating</a><br><a href=http://www.awaymessages.com/cat/friendship/1.htm>Friendship</a><br><a href=http://www.awaymessages.com/cat/funny/1.htm>Funny</a><br><a href=http://www.awaymessages.com/cat/general/1.htm>General</a><br><a href=http://www.awaymessages.com/cat/girl/1.htm>Girl</a><br></font></td><td width=25% valign=top><font size=1 face=verdana><a href=http://www.awaymessages.com/cat/guy/1.htm>Guy</a><br><a href=http://www.awaymessages.com/cat/inspirational/1.htm>Inspirational</a><br><a href=http://www.awaymessages.com/cat/laundry/1.htm>Laundry-Cleaning</a><br><a href=http://www.awaymessages.com/cat/life/1.htm>Life</a><br><a href=http://www.awaymessages.com/cat/music/1.htm>Listening to Music</a><br><a href=http://www.awaymessages.com/cat/think/1.htm>Makes You Think</a><br><a href=http://www.awaymessages.com/cat/mean/1.htm>Mean-Insults</a><br><a href=http://www.awaymessages.com/cat/outside/1.htm>Outside</a><br><a href=http://www.awaymessages.com/cat/partying/1.htm>Partying-Drinking</a><br><a href=http://www.awaymessages.com/cat/pick/1.htm>Pick Up Lines</a><br><a href=http://www.awaymessages.com/cat/picture/index.htm>Picture</a><br><a href=http://www.awaymessages.com/cat/phone/1.htm>Phone</a><br><a href=http://www.awaymessages.com/cat/reading/1.htm>Reading</a><br></font></td><td valign=top width=25%><font size=1 face=verdana><a href=http://www.awaymessages.com/cat/romance/1.htm>Romantic-Love</a><br><a href=http://www.awaymessages.com/cat/school/1.htm>School-Homework</a><br><a href=http://www.awaymessages.com/cat/shopping/1.htm>Shopping</a><br><a href=http://www.awaymessages.com/cat/shower/1.htm>Shower</a><br><a href=http://www.awaymessages.com/cat/sick/1.htm>Sick</a><br><a href=http://www.awaymessages.com/cat/silly/1.htm>Silly</a><br><a href=http://www.awaymessages.com/cat/sleep/1.htm>Sleep</a><br><a href=http://www.awaymessages.com/cat/sports/1.htm>Sports</a><br><a href=http://www.awaymessages.com/cat/summer/1.htm>Summer</a><br><a href=http://www.awaymessages.com/cat/web/1.htm>Surfing the Web</a><br><a href=http://www.awaymessages.com/cat/swimming/1.htm>Swimming</a><br><a href=http://www.awaymessages.com/cat/tv/1.htm>TV-Movies</a><br><a href=http://www.awaymessages.com/cat/snow/1.htm>Winter-Snow</a><br></font></td><td valign=top width=25%><font size=1 face=verdana><a href=http://www.awaymessages.com/cat/videogames/1.htm>Video Games</a><br><a href=http://www.awaymessages.com/cat/work/1.htm>Work</a><br><a href=http://www.awaymessages.com/cat/holidays/1.htm><font color=008800>Holidays</font></a></font></td></tr></table>'



var menuwidth='165px' 
var menubgcolor='lightyellow' 
var disappeardelay=250
var hidemenu_onclick="yes"

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=-500
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 windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
}
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