function showBreakfast() {

	document.getElementById('menu').style.display = "block";

	resizeIF(document.getElementById('ifr'));

}



pagecontent[2] = "<div id='imgpanelleft'>\
				<img src='spacer.png' width='500' height='1' />\
				<img id='leftspacer' src='spacer.png' width='1' height='442' />\
              <img id='img' src='Images/bb1_large.jpg' width='420' height='300' />\
	      <a href='javascript:selImg(\"bb1_large\");'><img id='thumb1' class='thumb' src='Images/bb1_thumb.jpg' width='60' height='50' /></a>\
	      <a href='javascript:selImg(\"bb2_large\");'><img id='thumb2' class='thumb' src='Images/bb2_thumb.jpg' width='60' height='50' /></a>\
	      <a href='javascript:selImg(\"bb3_large\");'><img id='thumb3' class='thumb' src='Images/bb3_thumb.jpg' width='60' height='50' /></a>\
	      <a href='javascript:selImg(\"bb4_large\");'><img id='thumb4' class='thumb' src='Images/bb4_thumb.jpg' width='60' height='50' /></a>\
	      <a href='javascript:selImg(\"bb5_large\");'><img id='thumb5' class='thumb' src='Images/bb5_thumb.jpg' width='60' height='50' /></a>\
              <a href='javascript:selImg(\"bb6_large\");'><img id='thumb6' class='thumb' src='Images/bb6_thumb.jpg' width='60' height='50' /></a>\
     </div>\
	 <div id='maintext'>\
	 	<p><u>Room prices:</u></p>\
		<p>Single: £59.00</p>\
  		<p>Double or Twin: £84.00</p>\
		<p>Family (Adjoining Double and Twin): £128.00</p>\
		<p>&nbsp;</p>\
        <p>To check availability and to book a room please use the search box below or call us on 01298 70404 or send us an email at <a href='mailto:info@stadengrange.co.uk'>info@stadengrange.co.uk</a></p>\
		<p>&nbsp;</p>\
		<p>We have 10 letting rooms, all individually decorated to a high standard. All rooms are en-suite with a choice of single, twin, double or king sized beds.</p>\
        <p>&nbsp;</p>\
        <p>Each room has TV, Wi-Fi and complimentary beverage tray. With comfy beds and delightful surroundings, there's plenty to enjoy at Staden Grange.</p>\
        <p>&nbsp;</p>\
        <p>Why not take a look at our <a href='javascript:showBreakfast();'>breakfast menu</a>.</p>\
	</div>\
	<div id='evi'>\
	  <div id='availabilitychecker'></div>\
	</div>\
      <div id='menu' style='display:none'>\
	  	<div id='bkdiv'>\
				<img src='spacer.png' width='391' height='1' />\
				<img id='leftspacer' src='spacer.png' width='1' height='341' />\
              <img id='bki' src='breakfast.jpg' width='350' height='262' />\
     </div>\
      	<p>&nbsp;</p>\
      	<p><strong><u>Breakfast Menu</u></strong></p>\
      	<p>&nbsp;</p>\
      	<p>- Cafetiere of coffee</p>\
        <p>- A selection of teas</p>\
        <p>- Fruit juice</p>\
        <p>&nbsp;</p>\
        <p>- Fresh fruit</p>\
        <p>- Selection of cereals</p>\
        <p>- Yoghurts</p>\
        <p>&nbsp;</p>\
        <p>- Buttered crumpets</p>\
        <p>- Toast (white or wholemeal)</p>\
        <p>- Selection of jams and marmalades</p>\
        <p>&nbsp;</p>\
        <p><u>Staden Breakfast</u></p>\
        <p>(Bacon, sausage, Derbyshire oatcake, egg, tomato, mushroom, beans)</p>\
        <p>&nbsp;</p>\
        <p><u>Vegetarian Breakfast</u></p>\
        <p>(Quorn sausages, Derbyshire oatcake, egg, tomato, mushroom, beans)</p>\
        <p>&nbsp;</p>\
        <p><u>Make Your Own Breakfast</u></p>\
        <p>(On toast or oatcake, your choice of scrambled egg, poached egg, bacon, sausage, mushroom and beans)</p>\
		</div>";
