
function ow(dire,trg,ad) { 

if (!trg) {
trg='_self'; 
}; 
window.open(dire,trg,ad); 

}


function m1(x) { 

x.style.cursor = 'hand'; 
x.bgColor = '#FFFFFF'; 
x.style.color = '#262F58'; 

}


function m2(x) { 

x.style.cursor = 'default'; 
x.bgColor = '#262F58'; 
x.style.color = '#FFFFFF';

}
