function ShowHom () {document.hom.src=iHomOn.src;}
function HideHom () {document.hom.src=iHomOff.src;}
function ShowSer () {document.abt.src=iSerOn.src;}
function HideSer () {document.abt.src=iSerOff.src;}
function ShowFaq () {document.ser.src=iFaqOn.src;}
function HideFaq () {document.ser.src=iFaqOff.src;}
function ShowLin () {document.nw.src=iLinOn.src;}
function HideLin () {document.nw.src=iLinOff.src;}




iHxOn = new Image();
iHxOff = new Image();
iHxOn.src = "img/home_buton.gif";
iHxOff.src = "img/home_but.gif";
iSxOn = new Image();
iSxOff = new Image();
iSxOn.src = "img/services_buton.gif";
iSxOff.src = "img/services_but.gif";
iFxOn = new Image();
iFxOff = new Image();
iFxOn.src = "img/faq_buton.gif";
iFxOff.src = "img/faq_but.gif";
iLxOn = new Image();
iLxOff = new Image();
iLxOn.src = "img/links_buton.gif";
iLxOff.src = "img/links_but.gif";


function ShowHx () {document.hx.src=iHxOn.src;}
function HideHx () {document.hx.src=iHxOff.src;}
function ShowSx () {document.sx.src=iSxOn.src;}
function HideSx () {document.sx.src=iSxOff.src;}
function ShowFx () {document.fx.src=iFxOn.src;}
function HideFx () {document.fx.src=iFxOff.src;}
function ShowLx () {document.lx.src=iLxOn.src;}
function HideLx () {document.lx.src=iLxOff.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);
	}
