var activeNav = "";
if(top.frames.length > 0){top.location.href=self.location;}
imageInit();

function imageInit()
{if(document.images){
aOver=new Image(8,4);aOver.src="pix/brpt.gif";
aOut=new Image(8,4);aOut.src="pix/blpt.gif";
bOver=new Image(11,15);bOver.src="../pix/navibrown.gif";
bOut=new Image(11,15);bOut.src="../pix/tr.gif";
bClick=new Image(11,15);bClick.src="../pix/naviblue.gif";
cClick=new Image(9,20);cClick.src="../pix/navpt1.gif";
akeyOver=new Image(16,14);akeyOver.src="pix/skey.gif";
akeyOut=new Image(16,14);akeyOut.src="pix/skey2.gif";
ainfOver=new Image(6,14);ainfOver.src="pix/sinf.gif";
ainfOut=new Image(6,14);ainfOut.src="pix/sinf2.gif";
homeOver=new Image(14,14);homeOver.src="../pix/shome.gif";
homeOut=new Image(14,14);homeOut.src="../pix/shome2.gif";
keyOver=new Image(16,14);keyOver.src="../pix/skey.gif";
keyOut=new Image(16,14);keyOut.src="../pix/skey2.gif";
infOver=new Image(6,14);infOver.src="../pix/sinf.gif";
infOut=new Image(6,14);infOut.src="../pix/sinf2.gif";
}}

function xOver(x,imageName)
{if(activeNav!=imageName){if(document.images){document[imageName].src = eval(x+"Over.src");}}}
function xOut(x,imageName)
{if(activeNav!=imageName){if(document.images){document[imageName].src = eval(x+"Out.src");}}}
function xClick(x,imageName)
{if(activeNav!=imageName){if(document.images){document[imageName].src = eval(x+"Click.src");}}}

function topInfo(cont,target,w,h)
{var topInf = window.open(cont,target,'width='+w+',height='+h+',dependent=yes,resizable=yes,scrollbars=yes,menubar=yes,status=yes'); topInf.focus(); return false;}
