
	pic_name=new Array();	pic_name2=new Array();

	pic_name[0] ="img/button_information_on.gif";
	pic_name2[0]="img/button_information.gif";

	pic_name[1] ="img/button_furniture_on.gif";
	pic_name2[1]="img/button_furniture.gif";

	pic_name[2] ="img/button_sundries_on.gif";
	pic_name2[2]="img/button_sundries.gif";

	pic_name[3] ="img/button_access_on.gif";
	pic_name2[3]="img/button_access.gif";

	pic_name[4] ="img/button_contact_on.gif";
	pic_name2[4]="img/button_contact.gif";

	pic_name[5] ="img/button_links_on.gif";
	pic_name2[5]="img/button_links.gif";

	pic_name[6] ="img/button_dance_on.gif";
	pic_name2[6]="img/button_dance_off.gif";

	pic_name[7] ="img/button_baseball_on.gif";
	pic_name2[7]="img/button_baseball_off.gif";

	pic_name[8] ="img/button_golf_on.gif";
	pic_name2[8]="img/button_golf_off.gif";

	pic_name[9] ="img/button_cooking_on.gif";
	pic_name2[9]="img/button_cooking_off.gif";

	pic_name[10] ="img/button_chipo_on.gif";
	pic_name2[10]="img/button_chipo_off.gif";



	pic1=new Array();
	pic2=new Array();

	for(i=0; i<pic_name.length; i++)
		{
		pic1[i]=new Image();	pic1[i].src=pic_name[i];
		pic2[i]=new Image();	pic2[i].src=pic_name2[i];
		}

	function mouse_in(dotti)
		{document.images["link"+dotti].src=pic1[dotti].src;}
	function mouse_out(dotti)
		{document.images["link"+dotti].src=pic2[dotti].src;}

function openwin(wURL){
window.open(wURL,"_self");
}




