var s=" Copyright 2007 Hawaii Resort Rentals "

function click(e){
	if (document.all){
		if (event.button==2||event.button==3){
			alert(s);return false;}}
   	if (document.layers){
		if (e.which == 3){
			alert(s);
			return false;}}}
if (document.layers){
	document.captureEvents(Event.MOUSEDOWN);}
document.onmousedown=click;

if (document.images){
	img1off= new Image();
	img1off.src="n/1.gif";
	img1on= new Image();
	img1on.src="n/12.gif";
	dualimg1= new Image();
	dualimg1.src="n/1.jpg";

	img2off= new Image();
	img2off.src="n/2.gif";
	img2on= new Image();
	img2on.src="n/22.gif";
	dualimg2= new Image();
	dualimg2.src="n/2.jpg";

	img3off= new Image();
	img3off.src="n/V.gif";
	img3on= new Image();
	img3on.src="n/V2.gif";
	dualimg3= new Image();
	dualimg3.src="n/V.jpg";

	img4off= new Image();
	img4off.src="n/B.gif";
	img4on= new Image();
	img4on.src="n/B2.gif";
	dualimg4= new Image();
	dualimg4.src="n/B.jpg";

	img5off= new Image();
	img5off.src="n/M.gif";
	img5on= new Image();
	img5on.src="n/M2.gif";
	dualimg5= new Image();
	dualimg5.src="n/M.jpg";

	img6off= new Image();
	img6off.src="n/G.gif";
	img6on= new Image();
	img6on.src="n/G2.gif";
	dualimg6= new Image();
	dualimg6.src="n/G.jpg";

	img7off= new Image();
	img7off.src="n/A.gif";
	img7on= new Image();
	img7on.src="n/A2.gif";
	dualimg7= new Image();
	dualimg7.src="n/A.jpg";
	
	img8off= new Image();
	img8off.src="n/R.gif";
	img8on= new Image();
	img8on.src="n/R2.gif";
	dualimg8= new Image();
	dualimg8.src="n/R.jpg";

	img9off= new Image();
	img9off.src="n/P.gif";
	img9on= new Image();
	img9on.src="n/P2.gif";
	dualimg9= new Image();
	dualimg9.src="n/P.jpg";

	img10off= new Image();
	img10off.src="n/C.gif";
	img10on= new Image();
	img10on.src="n/C2.gif";
	dualimg10= new Image();
	dualimg10.src="n/C.jpg";

	img11off= new Image();
	img11off.src="n/I.gif";
	img11on= new Image();
	img11on.src="n/I2.gif";
	dualimg11= new Image();
	dualimg11.src="n/I.jpg";

	dualimg= new Image();
	dualimg.src="n/L.jpg";
	}
function dualrollover(){
	if(document.images){
		for (var i=0; i<dualrollover.arguments.length; i+=2){
			document[dualrollover.arguments[i]].src= eval(dualrollover.arguments[i+1] +".src");
			}
		}
	}