var button = new Array()

for (x=1; x<=4; x++) 
{
	button[x]= new Image(80,40); 
	button[x].src="style/images/button" + x + ".png";
}
			
