function changeImg(image,direction,index)
{
	if(document.images)
	if(direction == 'in')
		image.src=images2[index].src;
	else
		image.src=images1[index].src;
}
function Img2()
{
	this[0]=new Image();this[0].src="art/home_on.gif";
	this[1]=new Image();this[1].src="art/whirlpools_on.gif";
	this[2]=new Image();this[2].src="art/gallery_on.gif";
	this[3]=new Image();this[3].src="art/workshop_on.gif";
	this[4]=new Image();this[4].src="art/our_promise_on.gif";
	this[5]=new Image();this[5].src="art/free_info_on.gif";
	this[6]=new Image();this[6].src="art/classic_I_on.gif";
	this[7]=new Image();this[7].src="art/classic_II_on.gif";
	this[8]=new Image();this[8].src="art/corner_on.gif";
	this[9]=new Image();this[9].src="art/elegance_on.gif";
	this[10]=new Image();this[10].src="art/jetster_36_on.gif";
	this[11]=new Image();this[11].src="art/jetster_42_on.gif";
	this[12]=new Image();this[12].src="art/luxurious_on.gif";
	this[13]=new Image();this[13].src="art/marquis_on.gif";
	this[14]=new Image();this[14].src="art/supreme_on.gif";
	this[15]=new Image();this[15].src="art/ultimate_VI_on.gif";
	this[16]=new Image();this[16].src="art/ultimate_vii_on.gif";
	this[17]=new Image();this[17].src="art/victorian_on.gif";
	this[18]=new Image();this[18].src="art/victorian_on.gif";
}
function Img1()
{
	this[0]=new Image();this[0].src="art/home_off.gif";
	this[1]=new Image();this[1].src="art/whirlpools.gif";
	this[2]=new Image();this[2].src="art/gallery.gif";
	this[3]=new Image();this[3].src="art/workshop.gif";
	this[4]=new Image();this[4].src="art/our_promise_off.gif";
	this[5]=new Image();this[5].src="art/free_info.gif";
	this[6]=new Image();this[6].src="art/classic_I_off.gif";
	this[7]=new Image();this[7].src="art/classic_II_off.gif";
	this[8]=new Image();this[8].src="art/corner_off.gif";
	this[9]=new Image();this[9].src="art/elegance_off.gif";
	this[10]=new Image();this[10].src="art/jetster_36_off.gif";
	this[11]=new Image();this[11].src="art/jetster_42_off.gif";
	this[12]=new Image();this[12].src="art/luxurious_off.gif";
	this[13]=new Image();this[13].src="art/marquis_off.gif";
	this[14]=new Image();this[14].src="art/supreme_off.gif";
	this[15]=new Image();this[15].src="art/ultimate_VI_off.gif";
	this[16]=new Image();this[16].src="art/ultimate_vii_off.gif";
	this[17]=new Image();this[17].src="art/victorian_off.gif";
	this[18]=new Image();this[18].src="art/victorian_on.gif";
}
if(document.images)
{
	var images2=new Img2();
	var images1=new Img1();
}

