// JavaScript Document
if (document.images) {
	// Gallery
	var pic1off=new Image();
	pic1off.src="images/gallery/gallery_pic1_t.jpg";
	var pic1on=new Image();
	pic1on.src="images/gallery/gallery_pic1_t_a.jpg";
	var pic2off=new Image();
	pic2off.src="images/gallery/gallery_pic2_t.jpg"
	var pic2on=new Image();
	pic2on.src="images/gallery/gallery_pic2_t_a.jpg";
	var pic3off=new Image();
	pic3off.src="images/gallery/gallery_pic3_t.jpg";
	var pic3on=new Image();
	pic3on.src="images/gallery/gallery_pic3_t_a.jpg";
	var pic4off=new Image();
	pic4off.src="images/gallery/gallery_pic4_t.jpg";
	var pic4on=new Image();
	pic4on.src="images/gallery/gallery_pic4_t_a.jpg";
	var pic5off=new Image();
	pic5off.src="images/gallery/gallery_pic5_t.jpg";
	var pic5on=new Image();
	pic5on.src="images/gallery/gallery_pic5_t_a.jpg";
	var pic6off=new Image();
	pic6off.src="images/gallery/gallery_pic6_t.jpg";
	var pic6on=new Image();
	pic6on.src="images/gallery/gallery_pic6_t_a.jpg";
	var pic7off=new Image();
	pic7off.src="images/gallery/gallery_pic7_t.jpg";
	var pic7on=new Image();
	pic7on.src="images/gallery/gallery_pic7_t_a.jpg";
	var pic8off=new Image();
	pic8off.src="images/gallery/gallery_pic8_t.jpg";
	var pic8on=new Image();
	pic8on.src="images/gallery/gallery_pic8_t_a.jpg";
	var pic9off=new Image();
	pic9off.src="images/gallery/gallery_pic9_t.jpg";
	var pic9on=new Image();
	pic9on.src="images/gallery/gallery_pic9_t_a.jpg";
	var pic10off=new Image();
	pic10off.src="images/gallery/gallery_pic10_t.jpg";
	var pic10on=new Image();
	pic10on.src="images/gallery/gallery_pic10_t_a.jpg";
	var pic11off=new Image();
	pic11off.src="images/gallery/gallery_pic11_t.jpg";
	var pic11on=new Image();
	pic11on.src="images/gallery/gallery_pic11_t_a.jpg";
	var pic12off=new Image();
	pic12off.src="images/gallery/gallery_pic12_t.jpg";
	var pic12on=new Image();
	pic12on.src="images/gallery/gallery_pic12_t_a.jpg";
	var pic13off=new Image();
	pic13off.src="images/gallery/gallery_pic13_t.jpg";
	var pic13on=new Image();
	pic13on.src="images/gallery/gallery_pic13_t_a.jpg";
	var pic14off=new Image();
	pic14off.src="images/gallery/gallery_pic14_t.jpg";
	var pic14on=new Image();
	pic14on.src="images/gallery/gallery_pic14_t_a.jpg";
	var pic15off=new Image();
	pic15off.src="images/gallery/gallery_pic15_t.jpg";
	var pic15on=new Image();
	pic15on.src="images/gallery/gallery_pic15_t_a.jpg";
	var pic16off=new Image();
	pic16off.src="images/gallery/gallery_pic16_t.jpg";
	var pic16on=new Image();
	pic16on.src="images/gallery/gallery_pic16_t_a.jpg";
	var pic17off=new Image();
	pic17off.src="images/gallery/gallery_pic17_t.jpg";
	var pic17on=new Image();
	pic17on.src="images/gallery/gallery_pic17_t_a.jpg";
	var pic18off=new Image();
	pic18off.src="images/gallery/gallery_pic18_t.jpg";
	var pic18on=new Image();
	pic18on.src="images/gallery/gallery_pic18_t_a.jpg";
	var pic19off=new Image();
	pic19off.src="images/gallery/gallery_pic19_t.jpg";
	var pic19on=new Image();
	pic19on.src="images/gallery/gallery_pic19_t_a.jpg";
	var pic20off=new Image();
	pic20off.src="images/gallery/gallery_pic20_t.jpg";
	var pic20on=new Image();
	pic20on.src="images/gallery/gallery_pic20_t_a.jpg";
}

function active(imgName) {
	if (document.images){
		document.images[imgName].src=eval(imgName+"on.src")
		}
}

function inactive(imgName) {
	if (document.images) {
		document.images[imgName].src=eval(imgName+"off.src")
		}
}
