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 (document.all){
document.body.onmousedown=new Function("if (event.button==2)alert('The right button is besides by virtue of.')")}
}
if(isie) {
var html="";
html+='<TABLE STYLE="border:1pt solid #efc254" BGCOLOR="#efc254" WIDTH="140" HEIGHT="110" CELLPADDING="0" CELLSPACING="1">';
html+='<ST'+'YLE TYPE="text/css">\n';
html+='a:link {text-decoration:none;font-family:Arial;font-size:8pt;}\n';
html+='a:visited {text-decoration:none;font-family:Arial;font-size:8pt;}\n';
html+='td {font-size:8pt;}\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 #efc254" ID="i4" ONMOUSEOVER="document.all.i4.style.background=\'#efc254\';document.all.i4.style.border=\'1pt solid #efc254\';" ONMOUSEOUT="document.all.i4.style.background=\'#efc254\';document.all.i4.style.border=\'1pt solid #efc254\';" ONCLICK="window.parent.external.AddFavorite(window.top.location.href,window.top.document.title);">&nbsp;<IMG SRC="../clip/menufavorite.gif" WIDTH="12" HEIGHT="12" BORDER="0" HSPACE="0" VSPACE="0" ALIGN="absmiddle"><img src="../clip/favourites.gif" width="67" height="12" border="0" alt="To add to Favourites."></TD></TR>';

html+='<TR><TD STYLE="border:1pt solid #efc254" ID="i7" ONMOUSEOVER="document.all.i7.style.background=\'#efc254\';document.all.i7.style.border=\'1pt solid #efc254\';" ONMOUSEOUT="document.all.i7.style.background=\'#efc254\';document.all.i7.style.border=\'1pt solid #efc254\';" ONCLICK="window.parent.location.href=window.parent.location.href;">&nbsp;<IMG SRC="../clip/menurefresh.gif" WIDTH="12" HEIGHT="12" BORDER="0" HSPACE="0" VSPACE="0" ALIGN="absmiddle"><img src="../clip/updates.gif" width="55" height="12" border="0" alt="Updates"></TD></TR>';

html+='<TR><TD STYLE="border:1pt solid #efc254" ID="i6" ONMOUSEOVER="document.all.i6.style.background=\'#efc254\';document.all.i6.style.border=\'1pt solid #efc254\';" ONMOUSEOUT="document.all.i6.style.background=\'#efc254\';document.all.i6.style.border=\'1pt solid #efc254\';" ONCLICK="window.print();">&nbsp;<IMG SRC="../clip/menuprint.gif" WIDTH="12" HEIGHT="12" BORDER="0" HSPACE="0" VSPACE="0" ALIGN="absmiddle"><img src="../clip/printing.gif" width="55" height="12" border="0" alt="The side Printing "></TD></TR>';

html+='<TR><TD STYLE="border:1pt solid #efc254" ID="i8" ONMOUSEOVER="document.all.i8.style.background=\'#efc254\';document.all.i8.style.border=\'1pt solid #efc254\';" ONMOUSEOUT="document.all.i8.style.background=\'#efc254\';document.all.i8.style.border=\'1pt solid #efc254\';" ONCLICK="if(window.parent.document.body.style.zoom!=0) window.parent.document.body.style.zoom*=1.02; else window.parent.document.body.style.zoom=1.02;">&nbsp;<IMG SRC="../clip/menuzoom.gif" WIDTH="12" HEIGHT="12" BORDER="0" HSPACE="0" VSPACE="0" ALIGN="absmiddle">&nbsp;<img src="../clip/zoomin.gif" width="54" height="12" border="0" alt="Zoom In"></TD></TR>';

html+='<TR><TD STYLE="border:1pt solid #efc254" ID="i9" ONMOUSEOVER="document.all.i9.style.background=\'#efc254\';document.all.i9.style.border=\'1pt solid #efc254\';" ONMOUSEOUT="document.all.i9.style.background=\'#efc254\';document.all.i9.style.border=\'1pt solid #efc254\';" ONCLICK="if(window.parent.document.body.style.zoom!=0) window.parent.document.body.style.zoom*=0.98; else window.parent.document.body.style.zoom=0.98;">&nbsp;<IMG SRC="../clip/menuzoom.gif" WIDTH="12" HEIGHT="12" BORDER="0" HSPACE="0" VSPACE="0" ALIGN="absmiddle">&nbsp;<img src="../clip/zoomout.gif" width="59" height="12" border="0" alt="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, 130, 110, 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;
}