function openWeb(sURL) {	
	var nww = screen.availWidth * .90
	var nwh = screen.availHeight * .70

	if(window.screen) {			newwindow=open(sURL,"newwin","scrollbars=yes,toolbar=yes,directories=yes,menubar=yes,resizable=yes,status=yes,width="+nww+",height="+nwh);	
	}
}

function openDoc(sURL) {	
	var nww = screen.availWidth * .90
	var nwh = screen.availHeight * .70

if(window.screen) {			newwindow=open(sURL,"newwin","scrollbars=yes,toolbar=no,directories=no,menubar=yes,resizable=yes,status=yes,width="+nww+",height="+nwh);	
	}
}


function openPhoto(sURL) {	
	var nww = 340
	var nwh = 270

if(window.screen) {			newwindow=open(sURL,"newwin","scrollbars=yes,toolbar=no,directories=no,menubar=yes,resizable=yes,status=yes,width="+nww+",height="+nwh);	
	}
}



function confirmOrderNote(){
var agree=confirm("Reservations accepted for weekly rentals only. Please email or phone about shorter-term rentals. ...Hold CTRL+Click 'OK' to allow the pop-up Order Form window.");
if (agree == true)
	return true;
else
	return false;
}


