<!--

if (document.images) {
	menu1on = new Image(); menu1on.src = "menu/homeon.gif";
	menu2on = new Image(); menu2on.src = "menu/wgson.gif";
	menu3on = new Image(); menu3on.src = "menu/wolfdogson.gif";
	menu4on = new Image(); menu4on.src = "menu/trainon.gif";
    menu5on = new Image(); menu5on.src = "menu/boardon.gif";
	menu6on = new Image(); menu6on.src = "menu/adultsaleon.gif";
	menu7on = new Image(); menu7on.src = "menu/wgsfriendson.gif";
	menu8on = new Image(); menu8on.src = "menu/wolffriendson.gif";
    menu9on = new Image(); menu9on.src = "menu/celebon.gif";
    menu10on = new Image(); menu10on.src = "menu/funnyon.gif";
    menu11on = new Image(); menu11on.src = "menu/howlingon.gif";
    menu12on = new Image(); menu12on.src = "menu/linkon.gif";

 
	menu1off = new Image(); menu1off.src = offvar;
	
}

function rollOn1(img1,img2,text){
	str = "window.status = '" + text + "'";
	if (document.all) setTimeout(str,5); // this is a hack to fix bug in IE on PC
    else window.status = text;
	if (document.images) {
		document.menu1.src=eval(img1 + "on.src");
		
	}
}

function rollOff1(){
    window.status = "";	
	if (document.images) {
		document.menu1.src=menu1off.src;
		

	}
}


//-->

