function ou(d)
{
d.style.backgroundColor='#FFDFAD';
}

function ov(d)
{
d.style.backgroundColor='#E7AA52';//'#C67D00';
d.style.cursor= 'hand';
}

function cl(d)
{
d.children.tags('a')[0].click();
}


function ReDir(url)
{
 if (url!='')
 {
 self.location=url
 }
}

function high(which2)
{
 theobject=which2
 document.images[theobject].filters.alpha.opacity=100;
}

function low(which2)
{
 theobject=which2
 document.images[which2].filters.alpha.opacity=70
}
