function menulink(url_menu,url_home,url_info)
{
self.location.href = url_menu;
parent.homeframe.location.href = url_home;
parent.infoframe.location.href = url_info;
}


function cOn(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#007CC3";
}
}

function cOut(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#DCEDF7";
}
}
