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: 145px; LINE-HEIGHT: 20px; CURSOR: default; BORDER-BOTTOM: #2d3851 1px solid; FONT-FAMILY: Verdana; POSITION: absolute; BACKGROUND-COLOR: white }');

document.write('.menuitems { PADDING-RIGHT: 10px; PADDING-LEFT: 10px; }');
document.write('</STYLE>');


function addbookmark()
{
bookmarkurl="http://jalive.com.jm/w3/caribsearch/default.asp?mode=new"
bookmarktitle="CaribLive »» Caribbean's Ultimate Search Solution"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

function chat()
{
window.open('../../chat.asp')
}

function home()
{
window.open('../../default.asp')
}

function mailinglist()
{
window.open('../../mailing_list_inc.asp','','height=100, width=140')
}

  
document.write('<div class=skin0 id=ie5menu onMouseOver=highlightie5(event) ');
document.write('onClick=jumptoie5(event) onMouseOut=lowlightie5(event) display:none> ');

    document.write('<div class=menuitems><b> . : : CaribbeanLive : : . </b></div>');
    document.write('<div class=menuitems url="javascript:addbookmark()"> -= Bookmark us =- </div>');
    document.write('<div class=menuitems url="javascript:mailinglist()"> -= MailingList =- </div>');
    document.write('<div class=menuitems url="../../shout.htm"> -= Shout Out =- </div>');
    document.write('<div class=menuitems url="javascript:chat()"> -= Chat =- </div>');
    document.write('<div class=menuitems url="../../events.asp"> -= Events =- </div>');
    document.write('<div class=menuitems url="default.asp?mode=new"> -= Whats New!!! =- </div>');
    document.write('<div class=menuitems url="../../search/default.asp"> -= Search Jamaica =- </div>');
    document.write('<div class=menuitems url="http://Jamaicalive.com.jm/calender.asp"> -= Event Calender =- </div>');
    document.write('<div class=menuitems url="javascript:home()"> -= Home =- </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>');