
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
function hidestatus(){
window.status=''
return true
}
if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
document.onmouseover=hidestatus
document.onmouseout=hidestatus
var isie=0;
if(window.navigator.appName=="Microsoft Internet Explorer"&&window.navigator.appVersion.substring(window.navigator.appVersion.indexOf("MSIE")+5,window.navigator.appVersion.indexOf("MSIE")+8)>=5.5) {
isie=1;
}
else {
isie=0;
}
if(isie) {
var html="";
html+='<TABLE STYLE="border:1pt solid #000000" BGCOLOR="#000000" WIDTH="140" HEIGHT="220" CELLPADDING="0" CELLSPACING="0">';
html+='<ST'+'YLE TYPE="text/css">\n';
html+='a:link {text-decoration:none;font-family:Tenacity Caps;font-size:10pt;}\n';
html+='a:visited {text-decoration:none;font-family:Tenacity Caps;font-size:10pt;COLOR: #999999;}\n';
html+='td {font-size:10pt;COLOR: #5880a0;}\n';
html+='</ST'+'YLE>\n';
html+='<SC'+'RIPT LANGUAGE="JavaScript">\n';
html+='\n<'+'!--\n';
html+='window.onerror=null;\n';
html+='/'+' -'+'->\n';
html+='</'+'SCRIPT>\n';
html+='<TR><TD STYLE="border:1pt solid #000000" ID="i0" ONMOUSEOVER="document.all.i0.style.background=\'#000000\';document.all.i0.style.border=\'1pt solid #333333\';" ONMOUSEOUT="document.all.i0.style.background=\'#000000\';document.all.i0.style.border=\'1pt solid #000000\';" ONCLICK="window.history.go(-1);"> Back</TD></TR>';

html+='<TR><TD STYLE="border:1pt solid #000000" ID="i1" ONMOUSEOVER="document.all.i1.style.background=\'#000000\';document.all.i1.style.border=\'1pt solid #333333\';" ONMOUSEOUT="document.all.i1.style.background=\'#000000\';document.all.i1.style.border=\'1pt solid #000000\';" ONCLICK="window.history.go(1);"> Forward</TD></TR>';

html+='<TR><TD STYLE="border:1pt solid #000000" WIDTH="130" HEIGHT="1"></TD></TR>';

html+='<TR><TD STYLE="border:1pt solid #000000" ID="i7" ONMOUSEOVER="document.all.i7.style.background=\'#000000\';document.all.i7.style.border=\'1pt solid #333333\';" ONMOUSEOUT="document.all.i7.style.background=\'#000000\';document.all.i7.style.border=\'1pt solid #000000\';" ONCLICK="window.parent.location.href=window.parent.location.href;"> Refresh</TD></TR>';

html+='<TR><TD STYLE="border:1pt solid #000000" WIDTH="130" HEIGHT="1"></TD></TR>';

html+='<TR><TD STYLE="border:1pt solid #000000" ID="i4" ONMOUSEOVER="document.all.i4.style.background=\'#000000\';document.all.i4.style.border=\'1pt solid #333333\';" ONMOUSEOUT="document.all.i4.style.background=\'#000000\';document.all.i4.style.border=\'1pt solid #000000\';" ONCLICK="window.parent.external.AddFavorite(window.top.location.href,window.top.document.title);"> Add to Favorites</TD></TR>';

html+='<TR><TD STYLE="border:1pt solid #0000001" WIDTH="130" HEIGHT="1"></TD></TR>';

html+='<TR><TD STYLE="border:1pt solid #000000" ID="i8" ONMOUSEOVER="document.all.i8.style.background=\'#000000\';document.all.i8.style.border=\'1pt solid #333333\';" ONMOUSEOUT="document.all.i8.style.background=\'#000000\';document.all.i8.style.border=\'1pt solid #000000\';" ONCLICK="if(window.parent.document.body.style.zoom!=0) window.parent.document.body.style.zoom*=1.6; else window.parent.document.body.style.zoom=1.6;"> Zoom In</TD></TR>';

html+='<TR><TD STYLE="border:1pt solid #000000" ID="i9" ONMOUSEOVER="document.all.i9.style.background=\'#000000\';document.all.i9.style.border=\'1pt solid #333333\';" ONMOUSEOUT="document.all.i9.style.background=\'#000000\';document.all.i9.style.border=\'1pt solid #000000\';" ONCLICK="if(window.parent.document.body.style.zoom!=0) window.parent.document.body.style.zoom*=0.625; else window.parent.document.body.style.zoom=0.625;"> Zoom Out</TD></TR>';

html+='</TABLE>';

var oPopup = window.createPopup();

}

function dopopup(x,y) {
if(isie) {
var oPopupBody = oPopup.document.body;
oPopupBody.innerHTML = html;
oPopup.show(x, y, 140, 220, document.body);
}
}

function click(e) {
if(isie) {
if(document.all) {
if(event.button==2||event.button==3) {
dopopup(event.x-1,event.y-1);
}
}
}
}

if(isie) {
document.oncontextmenu = function() { dopopup(event.x,event.y);return false; }
document.onmousedown = click;
}

