function openDetailsPage(url)
{
    pageBody = '<script language="JavaScript">function loadPage(){top.consoleRef=window.open("'+url+'","myconsole", "");	window.close();}</scr'+'ipt><h1>Important: <span style="color: #F00">These Silversea Discounts Only Available From ASU.</span></h1><p>You will be redirected to Silverseas Website containing a thorough description of the cruise.  We suggest that you browse around and learn all about the ships, food, activities and more.</p><p>However,</p><p>If you are interested in booking or asking more questions you <u>must call</u> our agent (below) at ASU to receive the special discount.  This special ASU discount cannot be booked online or with any other agents.</p><h2>Contact Marty at:  (415) 461-2400</h2><div>or email at <a href="mailto:marty@asu.com">marty@asu.com</a></div><br/><br/><form><input type="submit" value="Continue to Cruise Description" onclick="javascript:loadPage();" /></form>';
    top.consoleRef=window.open('','mywindow', 'width=450,height=545');
    top.consoleRef.document.writeln(pageBody);

}

function openBookingInfo()
{
    top.consoleRef=window.open('http://asu.com/cruise/silverseaBookingInfo.cfm','mywindow', 'left=36,top=36,width=750,height=220');
}







