

	spanishfly = new Image;
	beauty = new Image;
	happiness = new Image;
	howtobe = new Image;
	dummies = new Image;
	bastards = new Image;
	hokkaido = new Image;
	hockey = new Image;
	katima = new Image;
	hitchhikers = new Image;
	whyihate = new Image;

	spanishfly.src = "../images/bigbooks_spanishfly.jpg";
	beauty.src = "../images/bigbooks_beautytips.jpg";
	happiness.src = "../images/bigbooks_happiness.jpg";
	howtobe.src = "../images/bigbooks_howtobe.jpg";
	dummies.src = "../images/bigbooks_dummies.jpg";
	bastards.src = "../images/bigbooks_bastards.jpg";
	hokkaido.src = "../images/bigbooks_hitching.gif";
	hockey.src = "../images/bigbooks_hockey.jpg";
	katima.src = "../images/bigbooks_katima.jpg";
	hitchhikers.src = "../images/bigbooks_hitchhikers.jpg";
	whyihate.src = "../images/bigbooks_whyihate.jpg";




function swapem(iname, gname) {
	iname.src = gname.src;
}
   


function openWindow3(url) {
newpopupWin = window.open(url,"NewdisplayWindow3","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=400,height=225");
}
