document.write('<center>');
document.write('<STYLE>.skin0 {');
document.write('BORDER-RIGHT: #2d3851 1px solid; BORDER-TOP: #2d3851 1px solid; FONT-SIZE: 10px; Z-INDEX: 10; VISIBILITY: hidden; BORDER-LEFT: #2d3851 1px solid; WIDTH: 155px; LINE-HEIGHT: 20px; CURSOR: default; BORDER-BOTTOM: #2d3851 1px solid; FONT-FAMILY: Verdana; POSITION: absolute; BACKGROUND-COLOR: white }');
document.write('.menuitem { PADDING-RIGHT: 10px; PADDING-LEFT: 10px; BACKGROUND-COLOR: #2d3851; }');
document.write('.menuitems { PADDING-RIGHT: 10px; PADDING-LEFT: 10px; BACKGROUND-COLOR: #f4f4f4}');
document.write('</STYLE>');


function addbookmark()
{
bookmarkurl="http://www.ensoundentertainment.com"
bookmarktitle="EnSoundEntertainment -= The Difference is Clear!!!"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

function chat()
{
window.open('chat.asp')
}

function search()
{
window.open('search/default.asp')
}

function searchnew()
{
window.open('search/default.asp?mode=new')
}

function mailinglist()
{
window.open('http://www.westjamaica.org/ml.asp','','height=175, width=170')
}

  
document.write('<div class=skin0 id=ie5menu onMouseOver=highlightie5(event) ');
document.write('onClick=jumptoie5(event) onMouseOut=lowlightie5(event) display:none> ');

    document.write('<div class=menuitem><b> <font color =#ffff99>. : : En Sound : : .</font> </b></div>');
    document.write('<div class=menuitems url="javascript:addbookmark()"> -= Bookmark us =- </div>');
    document.write('<div class=menuitems url="http://www.ensoundentertainment.com/news.asp"> -= News =- </div>');
    document.write('<div class=menuitems url="http://www.ensoundentertainment.com/reviews.asp"> -= Reviews =- </div>');
	document.write('<div class=menuitems url="http://www.ensoundentertainment.com/interviews.asp"> -= Interviews =- </div>');
	document.write('<div class=menuitems url="http://www.ensoundentertainment.com/articles.asp"> -= Articles =- </div>');
    document.write('<div class=menuitems url="http://www.ensoundentertainment.com/guestbook.asp"> -= Guestbook =- </div>');
    document.write('<div class=menuitems url="http://www.ensoundentertainment.com/contact.asp"> -= Contact Us =- </div>');
    document.write('</div>');




//set this variable to 1 if you wish the URLs of the highlighted menu to be displayed in the status bar
var display_url=0

var ie5=document.all&&document.getElementById
var ns6=document.getElementById&&!document.all
if (ie5||ns6)
var menuobj=document.getElementById("ie5menu")

function showmenuie5(e){
//Find out how close the mouse is to the corner of the window
var rightedge=ie5? document.body.clientWidth-event.clientX : window.innerWidth-e.clientX
var bottomedge=ie5? document.body.clientHeight-event.clientY : window.innerHeight-e.clientY

//if the horizontal distance isn't enough to accomodate the width of the context menu
if (rightedge<menuobj.offsetWidth)
//move the horizontal position of the menu to the left by it's width
menuobj.style.left=ie5? document.body.scrollLeft+event.clientX-menuobj.offsetWidth : window.pageXOffset+e.clientX-menuobj.offsetWidth
else
//position the horizontal position of the menu where the mouse was clicked
menuobj.style.left=ie5? document.body.scrollLeft+event.clientX : window.pageXOffset+e.clientX

//same concept with the vertical position
if (bottomedge<menuobj.offsetHeight)
menuobj.style.top=ie5? document.body.scrollTop+event.clientY-menuobj.offsetHeight : window.pageYOffset+e.clientY-menuobj.offsetHeight
else
menuobj.style.top=ie5? document.body.scrollTop+event.clientY : window.pageYOffset+e.clientY

menuobj.style.visibility="visible"
return false
}

function hidemenuie5(e){
menuobj.style.visibility="hidden"
}

function highlightie5(e){
var firingobj=ie5? event.srcElement : e.target
if (firingobj.className=="menuitems"||ns6&&firingobj.parentNode.className=="menuitems"){
if (ns6&&firingobj.parentNode.className=="menuitems") firingobj=firingobj.parentNode //up one node
firingobj.style.backgroundColor="#2d3851"
firingobj.style.color="white"
if (display_url==1)
void(0);                            }
}

function lowlightie5(e){
var firingobj=ie5? event.srcElement : e.target
if (firingobj.className=="menuitems"||ns6&&firingobj.parentNode.className=="menuitems"){
if (ns6&&firingobj.parentNode.className=="menuitems") firingobj=firingobj.parentNode //up one node
firingobj.style.backgroundColor=""
firingobj.style.color="black"
void(0);          }
}

function jumptoie5(e){
var firingobj=ie5? event.srcElement : e.target
if (firingobj.className=="menuitems"||ns6&&firingobj.parentNode.className=="menuitems"){
if (ns6&&firingobj.parentNode.className=="menuitems") firingobj=firingobj.parentNode
if (firingobj.getAttribute("target"))
window.open(firingobj.getAttribute("url"),firingobj.getAttribute("target"))
else
window.location=firingobj.getAttribute("url")
}
}

if (ie5||ns6){
menuobj.style.display=''
document.oncontextmenu=showmenuie5
document.onclick=hidemenuie5
}

document.write('</center>');