<!--
if (document.images) {

	interiors01_on = new Image();      
	interiors01_on.src = "images/2000/interiors_01_on.gif"; 
	interiors01_off = new Image();      
	interiors01_off.src = "images/2000/interiors_01_off.gif";
	interiors02_on = new Image();      
	interiors02_on.src = "images/2000/interiors_02_on.gif"; 
	interiors02_off = new Image();      
	interiors02_off.src = "images/2000/interiors_02_off.gif";
	interiors03_on = new Image();      
	interiors03_on.src = "images/2000/interiors_03_on.gif"; 
	interiors03_off = new Image();      
	interiors03_off.src = "images/2000/interiors_03_off.gif";
	interiors04_on = new Image();      
	interiors04_on.src = "images/2000/interiors_04_on.gif"; 
	interiors04_off = new Image();      
	interiors04_off.src = "images/2000/interiors_04_off.gif";
	interiors05_on = new Image();      
	interiors05_on.src = "images/2000/interiors_05_on.gif"; 
	interiors05_off = new Image();      
	interiors05_off.src = "images/2000/interiors_05_off.gif";
	interiors06_on = new Image();      
	interiors06_on.src = "images/2000/interiors_06_on.gif"; 
	interiors06_off = new Image();      
	interiors06_off.src = "images/2000/interiors_06_off.gif";
	interiors07_on = new Image();      
	interiors07_on.src = "images/2000/interiors_07_on.gif"; 
	interiors07_off = new Image();      
	interiors07_off.src = "images/2000/interiors_07_off.gif";
	interiors08_on = new Image();      
	interiors08_on.src = "images/2000/interiors_08_on.gif"; 
	interiors08_off = new Image();      
	interiors08_off.src = "images/2000/interiors_08_off.gif";
	interiors09_on = new Image();      
	interiors09_on.src = "images/2000/interiors_09_on.gif"; 
	interiors09_off = new Image();      
	interiors09_off.src = "images/2000/interiors_09_off.gif";
	interiors10_on = new Image();      
	interiors10_on.src = "images/2000/interiors_10_on.gif"; 
	interiors10_off = new Image();      
	interiors10_off.src = "images/2000/interiors_10_off.gif";

	}

	
// Function for activating topbar rollovers
function rolloverOn(imgName) {
		if (document.images) {
	  document[imgName].src = eval(imgName + "_on.src"); }
}
// Function for deactivating topbar rollovers
function rolloverOff(imgName) {
        if (document.images) {
	  document[imgName].src = eval(imgName + "_off.src"); }
}
//-->
