// JavaScript Document
function show(){
	image1.width="50";
	image2.width="70";
	image3.width="50";
}
function showbig1(){
	image1.width="70";
	image2.width="50";
	image3.width="50";
}
function showbig2(){
	image1.width="50";
	image2.width="70";
	image3.width="50";
}
function showbig3(){
	image1.width="50";
	image2.width="50";
	image3.width="70";
}


