
iHoOn = new Image();
iHoOff = new Image();
iHoOn.src = "img/home_btnon.gif";
iHoOff.src = "img/home_btn.gif";
iAbOn = new Image();
iAbOff = new Image();
iAbOn.src = "img/abt_btnon.gif";
iAbOff.src = "img/abt_btn.gif";
iStOn = new Image();
iStOff = new Image();
iStOn.src = "img/sta_btnon.gif";
iStOff.src = "img/sta_btn.gif";
iReOn = new Image();
iReOff = new Image();
iReOn.src = "img/res_btnon.gif";
iReOff.src = "img/res_btn.gif";
iTeOn = new Image();
iTeOff = new Image();
iTeOn.src = "img/test_btnon.gif";
iTeOff.src = "img/test_btn.gif";

iItOn = new Image();
iItOff = new Image();
iItOn.src = "img/it_btnon.gif";
iItOff.src = "img/it_btn.gif";
iSbOn = new Image();
iSbOff = new Image();
iSbOn.src = "img/sbs_btnon.gif";
iSbOff.src = "img/sbs_btn.gif";
iFlOn = new Image();
iFlOff = new Image();
iFlOn.src = "img/flat_btnon.gif";
iFlOff.src = "img/flat_btn.gif";
iTrOn = new Image();
iTrOff = new Image();
iTrOn.src = "img/tra_btnon.gif";
iTrOff.src = "img/tra_btn.gif";




function ShowHo() {document.ho.src=iHoOn.src;}
function HideHo() {document.ho.src=iHoOff.src;}
function ShowAb() {document.ab.src=iAbOn.src;}
function HideAb() {document.ab.src=iAbOff.src;}
function ShowSt() {document.st.src=iStOn.src;}
function HideSt() {document.st.src=iStOff.src;}
function ShowRe() {document.re.src=iReOn.src;}
function HideRe() {document.re.src=iReOff.src;}
function ShowTe() {document.te.src=iTeOn.src;}
function HideTe() {document.te.src=iTeOff.src;}

function ShowIt() {document.it.src=iItOn.src;}
function HideIt() {document.it.src=iItOff.src;}
function ShowSb() {document.sb.src=iSbOn.src;}
function HideSb() {document.sb.src=iSbOff.src;}
function ShowFl() {document.fl.src=iFlOn.src;}
function HideFl() {document.fl.src=iFlOff.src;}
function ShowTr() {document.tr.src=iTrOn.src;}
function HideTr() {document.tr.src=iTrOff.src;}




function openWin(sDoc, iHt, iWd, sTB)
	{
	var sOption = 'scrollbars=' + sTB + ',resizable=' + sTB + ',toolbar=' + sTB + ',menubar=' + sTB + ',status=' + sTB + ',height=' + iHt + ',width=' + iWd;
	window.name='DbMusic';
	window.open(sDoc, 'Other', sOption);
	}