/* Copyright 2005-2006 gPremper S.A. de C.V - Developed by Niels Fröhling */


	function Fcl(event) {
 if (!event)
 event = window.event;
if (typeof Fè == 'undefined')
 return;
var t = Fè(event), tt = t;
while (t.id != 'nav_left') {
 if (t.tagName && (t.tagName.toLowerCase() == 'li'))
 tt = t;
t = t.parentNode;
}
if (tt)
 if (tt.className == '')
 tt.className = 'sel';
else
 if (tt.className.match(/sel/))
 tt.className = '';
return true;
}
function Fbê(event) {
 if (!event)
 event = window.event;
if (typeof Fè == 'undefined')
 return;
var t = Fè(event);
if (t.tagName)
 while (t.tagName.toLowerCase() != 'li')
 t = t.parentNode;
if (t.hasChildNodes())
 for (var j = 0; j < t.childNodes.length; j++) {
 var i = t.childNodes[j];
if (i.tagName && (i.tagName.toLowerCase() == 'a'))
 i = i.lastChild;
if (i.tagName && (i.tagName.toLowerCase() == 'img')) {
 if (i.src.match(/&r=0&g=0&b=0/))
 i.src = i.src.replace(/&r=0&g=0&b=0/, '&r=128&g=20&b=21')
 else
 if (i.src.match(/&r=156&g=158&b=159/))
 i.src = i.src.replace(/&r=156&g=158&b=159/, '&r=128&g=20&b=21');
else
 if (i.src.match(/&r=128&g=20&b=21/))
 if (t.parentNode.id == 'nav_left')
 i.src = i.src.replace(/&r=128&g=20&b=21/, '&r=0&g=0&b=0');
else
 i.src = i.src.replace(/&r=128&g=20&b=21/, '&r=156&g=158&b=159');
}
}
return true;
};
var Vda = Fb('nav_left');
if (Vda.hasChildNodes() && MSIE)
for (var c = 0; c < Vda.childNodes.length; c++) {
 var p = Vda.childNodes[c];
if (p.tagName && (p.tagName.toLowerCase() == 'li')) {
 p.style.cursor = 'pointer';
p.onmouseover =Fcl;
p.onmouseout =Fcl;
}
}
var Vaæ = Vda.getElementsByTagName('li');
if (Vaæ) {
for (var k = 0; k < Vaæ.length; k++) {
 var t = Vaæ.item(k);
if (t.hasChildNodes())
 for (var c = 0; c < t.childNodes.length; c++) {
 var p = t.childNodes[c];
if (p.tagName && (p.tagName.toLowerCase() == 'a'))
 p = p.lastChild;
if (p.tagName && (p.tagName.toLowerCase() == 'img')) {
p.onmouseover =Fbê;
p.onmouseout =Fbê;
break;
}
}
}
}

