function goLite(FRM,BTN)
{
   window.document.forms[FRM].elements[BTN].style.color = "#000000";
   window.document.forms[FRM].elements[BTN].style.backgroundColor = "#EEEEF4";
   window.document.forms[FRM].elements[BTN].style.borderColor = "#000000";
}

function goDim(FRM,BTN)
{
   window.document.forms[FRM].elements[BTN].style.color = "#ffffff";
   window.document.forms[FRM].elements[BTN].style.backgroundColor = "#202020";
   window.document.forms[FRM].elements[BTN].style.borderColor = "#BBBBBB";
}

function extralink(page){
	if( page != '')
		parent.document.location = 'filelist.php?genreid='+page;
}
