function topMenu()
{
  document.write('<div id="topMenu"><ul>');
  document.write('<li><a href="index.html" title="">Home</a></li>');
  document.write('<li><a href="about.html" title="">About Us</a></li>');
  document.write('<li><a href="bar.html" title="">Bar</a></li>');
  document.write('<li><a href="restaurant.html" title="">Restaurant</a></li>');
  document.write('<li><a href="gallery.html" title="">Gallery</a></li>');
  document.write('<li><a href="events.html" title="">Events</a></li>');
  document.write('<li><a href="menus.html" title="">Menus</a></li>');
  document.write('<li><a href="location.html" title="">Location</a></li>');
  document.write('<li><a href="contact.html" title="">Contact Us</a></li>');
	document.write('</ul></div>');
}


function leftBox()
{
  document.write('<div id="leftBox">'); // leftBox
  document.write('<div class="lp_top"><img src="images/leftBorderTop1.jpg" /></div>');  //
  document.write('<div class="lb_header">LATEST NEWS</div>');
  document.write('<div class="lb_body">ALL MAJOR SPORTING EVENTS NOW BEING SHOWN ON 3 LCD TV SCREENS.</div>');
	
  document.write('<div id="rotator">'); // rotator
	
  document.write('<img src="images/food/n_beer.jpg"  />');
  document.write('<img src="images/food/n_wine.jpg"  />');
  document.write('<img src="images/food/n_wine2.jpg"  />');
  document.write('<img src="images/food/n_veg.jpg"  />');
	
  document.write('</div>'); // closing rotator
 	document.write('</div>'); // closing leftBox
}


function infoBox()
{
  document.write('<div class="infoPanel">');
  document.write('<div class="infoPanelHead"><p><b>Events & Parties</b></p></div>');
  document.write('<div class="infoPanelMid">');
  document.write('<p align="center">Book your party at the Viaduct. Call Finbarr on (021) 4346928</p>');
  document.write('<p align="center"><em>Mothers Day Special</em> Enjoy two courses and a glass of wine for just â‚¬25 per person offer subject to availabilty</p>');
  document.write('</div>');
  document.write('<div class="infoPanelFoot"></div>');
} 


function infoBoxContact()
{
  document.write('<div class="infoPanel">');
  document.write('<div class="infoPanelHead"><p><b>Contact Detail</b></p></div>');
  document.write('<div class="infoPanelMid">');
  document.write('<p align="center">Telaphone: <br />(021) 5556654</p>');
	document.write('<p align="center">Email: <br />  <a href="mailto:info@viaductinn.com">info@viaductinn.com</a></p>');
  document.write('<p align="center">Post:<br />The Viaduct Inn, Old Bandon Road, Cork</p>');
  document.write('</div>');
  document.write('<div class="infoPanelFoot"></div>');
} 


function infoBoxSport()
{
  document.write('<div class="infoPanel">');
  document.write('<div class="infoPanelHead"><p><b>Sports Events</b></p></div>');
  document.write('<div class="infoPanelMid">');
  document.write('<p align="center">ALL LIVE SPORTS SHOWN ON OUR BIG SCREEN</p>');
  document.write('<p align="center">Six Nations Rugby - Heineken Cup Final - Champions League and UEFA Cup Soccer - GAA - All Ireland - Club Finals</p>');
  document.write('</div>');
  document.write('<div class="infoPanelFoot"></div>');
} 


function footer()
{
   document.write('<a href="contact.htm" class="footLn">Contact Us</a> | ');
   document.write('<a href="location.htm" class="footLn">Find Us</a> | ');
   document.write('<a href="http://www.leesideweb.net" class="footLn" target="_blank">Designed By Leeside Web</a><br /><br />'); 
   document.write('All website is property of The Viaduct Inn. Material contained herein is subject to change.<br />');
   document.write('Copyright © The Viaduct Inn 2008');
}
