
if (document.images) {







b001on = new Image();
b001on.src = "img_files/90/b001p.gif";
b002on = new Image();
b002on.src = "img_files/90/b002p.gif";
b003on = new Image();
b003on.src = "img_files/90/b003p.gif";
b004on = new Image();
b004on.src = "img_files/90/b004p.gif";
b005on = new Image();
b005on.src = "img_files/90/b005p.gif";


b001off = new Image();
b001off.src = "img_files/90/b001.gif";
b002off = new Image();
b002off.src = "img_files/90/b002.gif";
b003off = new Image();
b003off.src = "img_files/90/b003.gif";
b004off = new Image();
b004off.src = "img_files/90/b004.gif";
b005off = new Image();
b005off.src = "img_files/90/b005.gif";





b1on = new Image();
b1on.src = "img_files/b1p.gif";
b2on = new Image();
b2on.src = "img_files/b2p.gif";
b3on = new Image();
b3on.src = "img_files/b3p.gif";
b4on = new Image();
b4on.src = "img_files/b4p.gif";
b5on = new Image();
b5on.src = "img_files/b5p.gif";
b6on = new Image();
b6on.src = "img_files/b6p.gif";
b7on = new Image();
b7on.src = "img_files/b7p.gif";
b8on = new Image();
b8on.src = "img_files/b8p.gif";
b9on = new Image();
b9on.src = "img_files/b9p.gif";

b1off = new Image();
b1off.src = "img_files/b1.gif";
b2off = new Image();
b2off.src = "img_files/b2.gif";
b3off = new Image();
b3off.src = "img_files/b3.gif";
b4off = new Image();
b4off.src = "img_files/b4.gif";
b5off = new Image();
b5off.src = "img_files/b5.gif";
b6off = new Image();
b6off.src = "img_files/b6.gif";
b7off = new Image();
b7off.src = "img_files/b7.gif";
b8off = new Image();
b8off.src = "img_files/b8.gif";
b9off = new Image();
b9off.src = "img_files/b9.gif";

}

function an(imgName) {
            if (document.images)  {
              document[imgName].src = eval(imgName + "on.src");
            }
}

function aus(imgName) {
            if (document.images)  {
              document[imgName].src = eval(imgName + "off.src");
            }

}
function opencsrregister()
{
aWindow=window.open("register.htm","Register","toolbar=no,width=300,height=200,status=no,resize=no,menubar=no");
aWindow.focus();
}
function opencsrsendpassword()
{
aWindow=window.open("forgot.htm","Send&nbsp;Password","toolbar=no,width=300,height=200,status=no,resize=no,menubar=no");
aWindow.focus();
}

function openCSRwin(name,url)
{
var posX = (screen.availWidth  - 300)/2;
var posY = (screen.availHeight - 400)/2;
aWindow=window.open(url,name,"width=300,height=400,scrollbars=0,screenX="+posX+",screenY="+posY+",top="+posY+",left="+posX);
aWindow.moveTo(posX,posY);
aWindow.focus();
}
function openWinContact(name,url)
{
var posX = (screen.availWidth  - 600)/2;
var posY = (screen.availHeight - 400)/2;


aWindow=window.open(url,name,"width=600,height=400,scrollbars=0,screenX="+posX+",screenY="+posY+",top="+posY+",left="+posX);
aWindow.moveTo(posX,posY);

aWindow.focus();

}