function clickIE4(){
if (event.button==2){alert(message);return false;}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){if (e.which==2||e.which==3){return false;}}
}
if (document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS4;}
else if (document.all&&!document.getElementById){document.onmousedown=clickIE4;}
document.oncontextmenu=new Function("return false")

function BookmarkUs()
{
if (navigator.appName == 'Microsoft Internet Explorer' && parseInt(navigator.appVersion) >= 4)
{
   document.write('<DIV STYLE=\"COLOR: #FFFFFF; FONT-FAMILY: Arial, Helvetica; LINE-HEIGHT: 9pt; FONT-SIZE: 8pt;\" ALIGN=\"CENTER\"><a class=LeftMenu href=\"#\" onclick=\"javascript:window.external.AddFavorite(location.href,document.title)\">');
   document.write('<B>Bookmark this page!</B></a></div>');
}else
{
   var msg = "<P><B>Remember to<br>bookmark this page!</B></P>";
   document.write(msg);
}
}

function openMailingList()
{
formWin = window.open('', 'mailingList', 'toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=1,width=400,height=170');
if (formWin && !formWin.closed) formWin.focus();
return true;
}

