function openindex()
{
OpenWindow=window.open("", "newwin", "height=300, width=500,toolbar=no,scrollbars="+scroll+",menubar=no");
OpenWindow.document.write("<TITLE>Cancellation Policy</TITLE>")
OpenWindow.document.write('<meta name="Author" content="Bitarcade">')
OpenWindow.document.write('<link rel="stylesheet" type="text/css" href="../../niftyCorners.css">')
OpenWindow.document.write('<link rel="stylesheet" type="text/css" href="../../niftyPrint.css" media="print">')
OpenWindow.document.write('<script type="text/javascript" src="../../nifty.js"></script>')
OpenWindow.document.write('<script type="text/javascript" src="../../layout.js"></script>')
OpenWindow.document.write('<STYLE> body {font: 12pt/16pt georgia;color: #782724;background: #782724 url(logo.gif) no-repeat right top;text-align:left;}</style>')
OpenWindow.document.write('<STYLE> div#content {width: auto;margin:2px;background: #fff;}</style>')
OpenWindow.document.write('<STYLE> div#content h1 {font: 14pt/16pt georgia;text-align:center;}</style>')
OpenWindow.document.write('<STYLE> .about {text-align: justify;font: bold normal 9pt/12pt georgia; padding:20px;}</style>')
OpenWindow.document.write("<BODY>")
OpenWindow.document.write("<div id='content'><h1>Brinley Inn Cancellation Policy</h1>")
OpenWindow.document.write("<p class='about'>If your reservation is cancelled more than 14 days in advance, your deposit will be refunded, less a $25.00 handling charge.  If your reservation is cancelled 14 days or less in advance then the cost of one night's accomodation (per room if applicable) will be deducted from your deposit prior to any refund being made.<br><br>Sorry, no refunds for early departure.</p>")
OpenWindow.document.write("<br><br><center><a href='#' onClick='window.close();'>Close</a></center>")
OpenWindow.document.write("</div></BODY>")
OpenWindow.document.write("</HTML>")
OpenWindow.document.close()
self.name="rbottom"
}
