<!-- 
if (document.images) {
prices_off = new Image;
prices_off.src = 'images/nav_pricesoff.gif';
pictures_off = new Image;
pictures_off.src = 'images/nav_picturesoff.gif';
shop_off = new Image;
shop_off.src = 'images/nav_shopoff.gif';
map_off = new Image;
map_off.src = 'images/nav_mapoff.gif';
links_off = new Image;
links_off.src = 'images/nav_linksoff.gif';
training_off = new Image;
training_off.src = 'images/nav_trainingoff.gif';
specials_off = new Image;
specials_off.src = 'images/nav_specialsoff.gif';

prices_on = new Image;
prices_on.src = 'images/nav_priceson.gif';
pictures_on = new Image;
pictures_on.src = 'images/nav_pictureson.gif';
shop_on = new Image;
shop_on.src = 'images/nav_shopon.gif';
map_on = new Image;
map_on.src = 'images/nav_mapon.gif';
links_on = new Image;
links_on.src = 'images/nav_linkson.gif';
training_on = new Image;
training_on.src = 'images/nav_trainingon.gif';
specials_on = new Image;
specials_on.src = 'images/nav_specialson.gif';
	}
else {
prices_off = '';
pictures_off = '';
shop_off = '';
map_off = '';
links_off = '';
training_off = '';
specials_off = '';
	
prices_on = '';
about_on = '';
shop_on = '';
map_on = '';
links_on = '';
training_on = '';
specials_on = '';
}

function ImgOn(imgName) {
document[imgName].src = eval(imgName + "_on.src");
}

function ImgOff(imgName) {
document[imgName].src = eval(imgName + "_off.src");
}

function homepop(url) {
helpwin = window.open(url,'Help','width=620,height=400,scrollbars=yes,resizable=yes,menubar=yes');
}
// -->