{
if (self.parent.frames.length != 0)
self.parent.location=document.location;
}
//*****************************************************
function menuOut(sTarget)
{
window.onerror = null;
document.getElementById(sTarget).className='hMenuOut';
}

function menuOver(sTarget)
{
window.onerror = null;
document.getElementById(sTarget).className='hMenuOver';
}