about_off = new Image; about_off.src = "/image2/about_btn_off.gif";
about_on = new Image; about_on.src = "/image2/about_btn_on.gif";
home_off = new Image; home_off.src = "/image2/home_btn_off.gif";
home_on = new Image; home_on.src = "/image2/home_btn_on.gif";
contact_off = new Image; contact_off.src = "/image2/contact_btn_off.gif";
contact_on = new Image; contact_on.src = "/image2/contact_btn_on.gif";
game_off = new Image; game_off.src = "/image2/game_btn_off.gif";
game_on = new Image; game_on.src = "/image2/game_btn_on.gif";


function flipiboard(value1) { document.images["char1"].src = value1 + ".gif"; }

function flipicard(value1) { document.images["char2"].src = value1 + ".gif"; }

function flipichess(value1) { document.images["char3"].src = value1 + ".gif"; }

function MouseOverabout(ButtonName)
{
if (ButtonName=="about")
{document.about.src = about_on.src;}
}

function MouseOutabout(ButtonName)
{
if (ButtonName=="about") 
{document.about.src = about_off.src;}
}

function MouseOverhome(ButtonName)
{
if (ButtonName=="home")
{document.home.src = home_on.src;}
}

function MouseOuthome(ButtonName)
{
if (ButtonName=="home") 
{document.home.src = home_off.src;}
}

function MouseOvercontact(ButtonName)
{
if (ButtonName=="contact")
{document.contact.src = contact_on.src;}
}

function MouseOutcontact(ButtonName)
{
if (ButtonName=="contact") 
{document.contact.src = contact_off.src;}
}

function MouseOvergame(ButtonName)
{
if (ButtonName=="game")
{document.game.src = game_on.src;}
}

function MouseOutgame(ButtonName)
{
if (ButtonName=="game") 
{document.game.src = game_off.src;}
}

function OpenWindow(sRef, sTitle)
{
   window.open(sRef, sTitle,'width=520,height=420,resizable=yes,scrollbars=yes');
}
