function rollover(obj, rollOver) {
   obj.style.backgroundColor=(rollOver?"#00FFFF":"#FFFFFF")
   obj.style.cursor=(rollOver?"pointer":"")
}

function showTbAd(id) {
   window.location="../tb/detail.asp?id="+id;
}

function moreRollOver(obj, rollOver) {
   obj.style.backgroundColor=(rollOver?"#00FFFF":"#E6E6FA")
   obj.style.cursor=(rollOver?"pointer":"")
}

function newLocation(url, target) {
   window.open(url, target);
}
