// Menu Login Bar /
button1up = new Image; button1up.src = "http://www.xlfile.com/images/xlbar_03.gif";
button1down = new Image; button1down.src = "http://www.xlfile.com/images/xlbargc_03.gif";
button2up = new Image; button2up.src = "http://www.xlfile.com/images/xlbar_04.gif";
button2down = new Image; button2down.src = "http://www.xlfile.com/images/xlbargc_04.gif";
button3up = new Image; button3up.src = "http://www.xlfile.com/images/xlbar_05.gif";
button3down = new Image; button3down.src = "http://www.xlfile.com/images/xlbargc_05.gif";
button4up = new Image; button4up.src = "http://www.xlfile.com/images/xlbar_06.gif";
button4down = new Image; button4down.src = "http://www.xlfile.com/images/xlbargc_06.gif";
button5up = new Image; button5up.src = "http://www.xlfile.com/images/xlbar_07.gif";
button5down = new Image; button5down.src = "http://www.xlfile.com/images/xlbargc_07.gif";
button6up = new Image; button6up.src = "http://www.xlfile.com/images/xlbar_08.gif";
button6down = new Image; button6down.src = "http://www.xlfile.com/images/xlbargc_08.gif";
button7up = new Image; button7up.src = "http://www.xlfile.com/images/xlbarl_03.gif";
button7down = new Image; button7down.src = "http://www.xlfile.com/images/xlbarlc_03.gif";
button8up = new Image; button8up.src = "http://www.xlfile.com/images/xlbarl_04.gif";
button8down = new Image; button8down.src = "http://www.xlfile.com/images/xlbarlc_04.gif";
button9up = new Image; button9up.src = "http://www.xlfile.com/images/xlbarl_05.gif";
button9down = new Image; button9down.src = "http://www.xlfile.com/images/xlbarlc_05.gif";

button10up = new Image; button10up.src = "http://www.xlfile.com/images/xlbarl_06.gif";
button10down = new Image; button10down.src = "http://www.xlfile.com/images/xlbarlc_06.gif";
button11up = new Image; button11up.src = "http://www.xlfile.com/images/xlbarl_07.gif";
button11down = new Image; button11down.src = "http://www.xlfile.com/images/xlbarlc_07.gif";
button12up = new Image; button12up.src = "http://www.xlfile.com/images/xlbarl_08.gif";
button12down = new Image; button12down.src = "http://www.xlfile.com/images/xlbarlc_08.gif";



function MouseOverRoutine(ButtonName)
{
if (ButtonName=="button1") 
{document.button1.src = button1down.src;}
if (ButtonName=="button2")
{document.button2.src = button2down.src;}
if (ButtonName=="button3")
{document.button3.src = button3down.src;}
if (ButtonName=="button4")
{document.button4.src = button4down.src;}
if (ButtonName=="button5")
{document.button5.src = button5down.src;}
if (ButtonName=="button6")
{document.button6.src = button6down.src;}
if (ButtonName=="button7")
{document.button7.src = button7down.src;}
if (ButtonName=="button8")
{document.button8.src = button8down.src;}
if (ButtonName=="button9")
{document.button9.src = button9down.src;}
if (ButtonName=="button10")
{document.button10.src = button10down.src;}
if (ButtonName=="button11")
{document.button11.src = button11down.src;}
if (ButtonName=="button12")
{document.button12.src = button12down.src;}
}

function MouseOutRoutine(ButtonName)
{

if (ButtonName=="button1") 
{document.button1.src = button1up.src;}
if (ButtonName=="button2") 
{document.button2.src = button2up.src;}
if (ButtonName=="button3") 
{document.button3.src = button3up.src;}
if (ButtonName=="button4") 
{document.button4.src = button4up.src;}
if (ButtonName=="button5") 
{document.button5.src = button5up.src;}
if (ButtonName=="button6") 
{document.button6.src = button6up.src;}
if (ButtonName=="button7") 
{document.button7.src = button7up.src;}
if (ButtonName=="button8") 
{document.button8.src = button8up.src;}
if (ButtonName=="button9") 
{document.button9.src = button9up.src;}
if (ButtonName=="button10") 
{document.button10.src = button10up.src;}
if (ButtonName=="button11") 
{document.button11.src = button11up.src;}
if (ButtonName=="button12") 
{document.button12.src = button12up.src;}

}; //end