<!--if ( document.images ) { but_home = new Image(); but_home.src = "img/but_home_0.gif"; but_homeon = new Image(); but_homeon.src = "img/but_home_1.gif";  but_about = new Image(); but_about.src = "img/but_about_0.gif"; but_abouton = new Image(); but_abouton.src = "img/but_about_1.gif";  but_schedule = new Image(); but_schedule.src = "img/but_schedule_0.gif"; but_scheduleon = new Image(); but_scheduleon.src = "img/but_schedule_1.gif";  but_reg = new Image(); but_reg.src = "img/but_reg_0.gif"; but_regon = new Image(); but_regon.src = "img/but_reg_1.gif";  } function imgFlip(imageID,imageName) {    if (document.images){	    document.images[imageID].src = eval(imageName + ".src");	}}function openPop(theURL,winName,features) {  window.open(theURL,winName,features);}// -->