	button1 = new Image();
	button1.src = "buttons/_button0.png";
	button2 = new Image();
	button2.src = "buttons/_button1.png";
	button3 = new Image();
	button3.src = "buttons/_button2.png";
	button4 = new Image();
	button4.src = "buttons/_button3.png";
	button5 = new Image();
	button5.src = "buttons/_button4.png";
	button6 = new Image();
	button6.src = "buttons/_button5.png";
	
		

	button1 = new Image();
	button1.src = "buttons/button0.png";
	button2 = new Image();
	button2.src = "buttons/button1.png";
	button3 = new Image();
	button3.src = "buttons/button2.png";
	button4 = new Image();
	button4.src = "buttons/button3.png";
	button5 = new Image();
	button5.src = "buttons/button4.png";
	button6 = new Image();
	button6.src = "buttons/button5.png";