//Contents for menu 1
var menu1=new Array()
menu1[0]='<div><a href="http://www.brandilyncollins.com/books/index.html" target="_blank">Suspense Novels</a></div>'
menu1[1]='<div><a href="http://www.brandilyncollins.com/books/other.html" target="_blank">Other Books</a></div>'
menu1[2]='<div><a href="http://www.brandilyncollins.com/books/viewall.html" target="_blank">View All</a></div>'

//Contents for menu 2
var menu2=new Array()
menu2[0]='<div><a href="http://www.brandilyncollins.com/books/aw.html" target="_blank">Always Watching</a></div>'
menu2[1]='<div><a href="http://www.brandilyncollins.com/books/exposure.html" target="_blank">Exposure</a></div>'

var menuwidth='200px'
var menubgcolor=''
var disappeardelay=250
var hidemenu_onclick="yes"

