// preloadimages 

	indexon =  new Image();

	indexon.src = "../../images/ava/vintagehome2on.gif";

	indexoff = new Image();

	indexoff.src = "../../images/ava/vintagehome2off.gif";			

	bookson = new Image();

	bookson.src = "../../images/ava/vintagebooks2on.gif";						

	booksoff = new Image();

	booksoff.src = "../../images/ava/vintagebooks2off.gif";

	shortstorieson = new Image();

	shortstorieson.src = "../../images/ava/vintageshortstories2on.gif";	

	shortstoriesoff = new Image();

	shortstoriesoff.src = "../../images/ava/vintageshortstories2off.gif";	

	aboutisabelon = new Image();

	aboutisabelon.src = "../../images/ava/vintageaboutisabel2on.gif";	

	aboutisabeloff = new Image();

	aboutisabeloff.src = "../../images/ava/vintageaboutisabel2off.gif";
	

// function to do rollovers on images

	function swapImage(num){

		if (num=="1") document.images ['index'].src = indexon.src;

		else if (num=="2") document.images ['index'].src = indexoff.src;				

		else if (num=="3") document.images ['books'].src = bookson.src;	

		else if (num=="4") document.images ['books'].src = booksoff.src;				

		else if (num=="5") document.images ['shortstories'].src = shortstorieson.src;	

		else if (num=="6") document.images ['shortstories'].src = shortstoriesoff.src;		

		else if (num=="7") document.images ['aboutisabel'].src = aboutisabelon.src;

		else if (num=="8") document.images ['aboutisabel'].src = aboutisabeloff.src;								

		}
