function currentPage(rb,a)
{
document.getElementById(rb).style.backgroundColor="#C6ADBA";
document.getElementById(a).onmouseover=";";
document.getElementById(a).onmouseout=";";
document.getElementById(a).href="javascript:;";
}				

//Menu
if(document.layers){          
	thisbrowser="NN4";}      
if(document.all){       
    thisbrowser="ie"  }
if(!document.all && document.getElementById){          
	thisbrowser="NN6";	}
function rbHi(num){
	if(thisbrowser=="ie") { eval('document.all.rb' + num + '.style.backgroundColor = "#C6ADBA";');}
	if(thisbrowser=="NN6") { eval('document.getElementById("rb'+num+'").style.backgroundColor="#C6ADBA";');}
	if(thisbrowser=="NN4") { }
}
function rbLow(num){
	if(thisbrowser=="ie") { eval('document.all.rb' + num + '.style.backgroundColor = "#937A87";');}
	if(thisbrowser=="NN6") { eval('document.getElementById("rb'+num+'").style.backgroundColor="#937A87";');}
	if(thisbrowser=="NN4") { }
}

//Popup Windows
function OpenWin(url)
{
    win = window.open(url,'title','height=400,width=750,top=150,left=170,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes,status=yes');
    win.focus();
}
function Win(url)
{
    win = window.open(url,'title','height=260,width=700,top=145,left=150,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=nos,status=yes');
    win.focus();
}