/** 
 * Javascript menu by K&K Software AG
 * THIS MENU MAY NOT BE USED WITHOUT OUR PERMISSION!
 * Visit us at http://www.kk-software.de for more information.
 */

var preloadFlag = false;

	var button1_1 = new Image();	
	var button1_2 = new Image();	
	button1_1.src = "nav/u/m01a.gif";
	button1_2.src = "nav/u/m01b.gif";
	
	var button2_1 = new Image();	
	var button2_2 = new Image();	
	button2_1.src = "nav/u/m02a.gif";
	button2_2.src = "nav/u/m02b.gif";

	var button3_1 = new Image();	
	var button3_2 = new Image();	
	button3_1.src = "nav/u/m03a.gif";
	button3_2.src = "nav/u/m03b.gif";
	
	var button4_1 = new Image();	
	var button4_2 = new Image();	
	button4_1.src = "nav/u/m04a.gif";
	button4_2.src = "nav/u/m04b.gif";
	
	var button5_1 = new Image();	
	var button5_2 = new Image();	
	button5_1.src = "nav/u/m05a.gif";
	button5_2.src = "nav/u/m05b.gif";
	
	var button6_1 = new Image();	
	var button6_2 = new Image();	
	button6_1.src = "nav/u/m06a.gif";
	button6_2.src = "nav/u/m06b.gif";
	
	var button7_1 = new Image();	
	var button7_2 = new Image();	
	button7_1.src = "nav/u/m07a.gif";
	button7_2.src = "nav/u/m07b.gif";
		
		preloadFlag = true;
	
function swap(dat1,dat2){
	document.images[dat1].src = dat2;
	return true;
};


