var hp;
function hm(obj, state) {
obj.style.backgroundColor = (1 == state) ? '#E6E6E6' : '#FFFFFF';return;}
function home(obj, state) {
obj.style.borderColor = (1 == state) ? '#FF9C00' : '#E1E1E1';}
function OpenGuide(tipo){
if (typeof hp=="undefined" || hp.closed) hp = window.open(url ,'_blank','location=no,status=no,scrollbars=no,menubar=no,toolbar=yes,directories=no,resizable=no,width=700,height=450')
else hp.focus();}
function lg(ln){
var wh=""+escape(window.location.href);
var wha=wh.split("/");var _a=4;lc="";
while(_a < wha.length){lc+="/"+wha[_a];_a++;}
location.href="/"+ln+lc;
}
