<!--
function pop(a,b,c){window.open(a,b,c)}

function alphah(which2){
  theobject=which2;highlighting=setInterval("highlightit(theobject)",1);
}
function alphal(which2){
  clearInterval(highlighting);which2.filters.alpha.opacity=50;
}
function highlightit(cur2){
  if (cur2.filters.alpha.opacity<100) cur2.filters.alpha.opacity+=10;
  else if (window.highlighting)clearInterval(highlighting);}

function p(a){window.open(a,'','scrollbars=yes,width=525,height=325,left=15,top=15')}
if (document.images) {

        b1f = new Image();
        b1f.src = "../../img/b1f.gif";
        b1n = new Image();
        b1n.src = "../../img/b1n.gif";
        b2f = new Image();
        b2f.src = "../../img/b2f.gif";
        b2n = new Image();
        b2n.src = "../../img/b2n.gif";
        b3f = new Image();
        b3f.src = "../../img/b3f.gif";
        b3n = new Image();
        b3n.src = "../../img/b3n.gif";
        b4f = new Image();
        b4f.src = "../../img/b4f.gif";
        b4n = new Image();
        b4n.src = "../../img/b4n.gif";
        b5f = new Image();
        b5f.src = "../../img/b5f.gif";
        b5n = new Image();
        b5n.src = "../../img/b5n.gif";
        b6f = new Image();
        b6f.src = "../../img/b6f.gif";
        b6n = new Image();
        b6n.src = "../../img/b6n.gif";
        b7f = new Image();
        b7f.src = "../../img/b7f.gif";
        b7n = new Image();
        b7n.src = "../../img/b7n.gif";
		b8f = new Image();
		b8f.src = "../../img/b8f.gif";
		b8n = new Image();
		b8n.src = "../../img/b8n.gif";
        bot4f = new Image();
        bot4f.src = "../../img/bot4f.gif";
        bot4n = new Image();
        bot4n.src = "../../img/bot4n.gif";
        bot5f = new Image();
        bot5f.src = "../../img/bot5f.gif";
        bot5n = new Image();
        bot5n.src = "../../img/bot5n.gif";
        sobef = new Image();
        sobef.src = "../../img/sobef.gif";
        soben = new Image();
        soben.src = "../../img/soben.gif";
  }

function hiLite(imgDocID,imgObjName) {
        if (document.images) {
                for (i=0; i<document.images.length; i++) {
                        if (document.images[i].name == imgDocID) {
                                document.images[i].src = eval(imgObjName + ".src");
                        }
                }
        }
}

// incio right click menu
var display_url=0
function showmenuie5(){
var rightedge=document.body.clientWidth-event.clientX
var bottomedge=document.body.clientHeight-event.clientY
if (rightedge<m.offsetWidth)
m.style.left=document.body.scrollLeft+event.clientX-m.offsetWidth
else
m.style.left=document.body.scrollLeft+event.clientX
if (bottomedge<m.offsetHeight)
m.style.top=document.body.scrollTop+event.clientY-m.offsetHeight
else
m.style.top=document.body.scrollTop+event.clientY
m.style.visibility="visible"
return false
}
function hidemenuie5(){
m.style.visibility="hidden"
}
function highlightie5(){
if (event.srcElement.className=="i"){
event.srcElement.style.backgroundColor="highlight"
event.srcElement.style.color="white"
if (display_url==1)
window.status=event.srcElement.url
}
}
function lowlightie5(){
if (event.srcElement.className=="i"){
event.srcElement.style.backgroundColor=""
event.srcElement.style.color="#250d9b"
window.status=''
}
}
function jumptoie5(){
if (event.srcElement.className=="i")
window.location=event.srcElement.url
}
// final right click menu
//-->

