var params =  	
{	
   BorderWidth : 2, 
   ContentHTML : '<br>A dreamer is one who can only find his way by moonlight, and his punishment is that he sees the dawn before the rest of the world. ', 
   ContentPadding : 13, 
   Height : 121, 
   InnerBorderColor : '#cccccc', 
   InnerBorderWidth : 0, 
   OuterBorderColor : '#3973ad', 
   ResizeBoxHeight : 7, 
   ResizeBoxSrc : './resize7blue.gif', 
   ResizeBoxWidth : 7, 
   Shadow : true, 
   StatusBarHeight : 17, 
   StatusColor : 'white', 
   TitleBarText : 'Oscar Wilde', 
   TitleColor : '#3973ad', 
   TitleFontSize : 12, 
   ContentFontColor : 'Navy', 
   Id  : 'DHTMLWindow1'
} 
var DHTMLWindow1 = new FerantDHTMLWindow(params); 
var params2 =  	
{	
   BorderWidth : 2, 
   ContentHTML : '	 <div class="wholepage">      <div id="header">        <div class="superheader">          </div>        <div class="mainheader-popup">          <h1>Chalet LUbac</h1>          <p>Family Alpine Holidays</p>        </div>        <div class="subheader">Lounge at Chalet LUbac</div>        <div class="subheader-rt">          <a href="mailto:?subject=Thought%20you%20might%20be%20interested%20in%20www.cornishsnow.co.uk&amp;body=I%20thought%20you%20might%20be%20interested%20in%20this%20site%20-%20http://www.cornishsnow.co.uk">          Tell a friend</a>        </div>	       </div>      <div id="content-popup">        <img height="295" src="./table2.png" width="255" class="new-block" />        <h1>The Lounge</h1>        <p>The lounge/diner has large picture windows which bring the mountains to us and is surrounded with a deep balcony which provides        access to our Outdoor Hot Tub. You can relax on one of the two comfy sofas beside our cosy log fire and watch our satellite tv,        enjoy a dvd of your choice from a selection of dvds available to you or enjoy your own music in our IPod station or maybe you will        just want to appreciate the views &amp; the company with a glass of wine or beer from our honesty bar.</p>        <p>        <img class="right" height="221" src="./lounge.png" width="295" /> At dinner time the large table is beautifully laid and a        delicious four course dinner is served with free flowing wine.</p>      </div>      <div class="superheader">        <a href="javascript:%20window.close();" class="breadcrumb">close this window</a>      </div>    </div>', 
   ContentPadding : 13, 
   Height : 480, 
   Width : 640,
   InnerBorderColor : '#cccccc', 
   InnerBorderWidth : 0, 
   OuterBorderColor : '#3973ad', 
   ResizeBoxHeight : 7, 
   ResizeBoxSrc : './resize7blue.gif', 
   ResizeBoxWidth : 7, 
   Shadow : true, 
   StatusBarHeight : 17, 
   StatusColor : 'white', 
   TitleBarText : 'Chalet L\'Ubac Lounge', 
   TitleColor : '#3973ad', 
   TitleFontSize : 12, 
   ContentFontColor : 'Navy', 
   Id  : 'loungePopup'
} 
var loungePopup = new FerantDHTMLWindow(params2); 



var params =  	
{	
   BorderWidth : 2, 
   ContentHTML : '<div class="content-popup"><h1>Bedroom 1 at Chalet L \'Ubac</h1><p id="content-popup"> A spacious en-suite family room, offering spectacular mountain views, with a double bed and two single beds. Perfect for a family of 4/5 or a small group of friends.</p> <img src="./bed1.png" /></div>', 
   ContentPadding : 13, 
   Height : 480, 
   InnerBorderColor : '#cccccc', 
   InnerBorderWidth : 0, 
   OuterBorderColor : '#3973ad', 
   ResizeBoxHeight : 7, 
   ResizeBoxSrc : './resize7blue.gif', 
   ResizeBoxWidth : 7, 
   Shadow : true, 
   StatusBarHeight : 17, 
   StatusColor : 'white', 
   TitleBarText : 'Oscar Wilde', 
   TitleColor : '#3973ad', 
   Width : 640, 
   TitleFontSize : 12, 
   ContentFontColor : 'Navy', 
   Id  : 'Bed1Popup'
} 
var Bed1Popup = new FerantDHTMLWindow(params); 


