<!-- Original:  Paul Colton  -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function popUp(form) {
<!--   selectionname = form.imagename.options[form.imagename.selectedIndex].text;  -->
<!--   selection = form.imagename.options[form.imagename.selectedIndex].value;     -->
PreView = window.open("", "Preview", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,copyhistory=0,width=720,height=700");
PreView.document.open();
PreView.document.write("<HTML><HEAD>");
PreView.document.write("<TITLE>Resort Photo Preview</TITLE></HEAD>");
PreView.document.write('<BODY leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" onBlur="self.close()" onClick="self.close()">');
PreView.document.write('<div align="center"><center><table width="700" border="0" cellspacing="0" cellpadding="0" align="center" height="600" ><tr><td align="center">');
PreView.document.write("<center><font face='Arial' size='5'> <b>" + "All-Inclusive Resort Travel, Inc." + "<br>");
PreView.document.write("1 (800) 297-FUNN (3866)" + "<br>");
PreView.document.write("1 (800) 536-FUNN (3866)" + "<br></center></b></font>" + "<hr>");
PreView.document.write("<IMG HSPACE=0 VSPACE=0 " + "SRC='" + selection + "'>");
PreView.document.write("<HR><FORM><INPUT TYPE='button' VALUE='Close' " + "onClick='window.close()'></FORM>");
PreView.document.write('</td></tr></table></center></div></body></html>');
PreView.document.close();
PreView.focus();
    }
// End -->
