<!--
function PrintThisPage() 
{ 
   var sOption="toolbar=yes,location=no,directories=yes,menubar=yes,"; 
       sOption+="scrollbars=yes,width=750,height=600,left=100,top=25"; 
   var sWinHTML = document.getElementById('contentstart').innerHTML; 
   var winprint=window.open("","",sOption); 
       winprint.document.open(); 
       winprint.document.write('<html><LINK href=../printstyle.css rel=Stylesheet><center><body onLoad="window.print()">');
       winprint.document.write('<b class=maintext>Printed from 4tourism.com</b>');
       winprint.document.write(sWinHTML);          
       winprint.document.write('</center></body></html>'); 
       winprint.document.close(); 
       winprint.focus(); 
}
// Bookmark Script -->
var url = "http://www.4tourism.com/index.html";
var title = "4Tourism.com: Hotel, Bed and Breakfast, Guest House, Lodging and Self Catering Accommodation Directory";
function makeLink(){
if(document.all)
window.external.AddFavorite(url,title)
}
// -->

<!-- 
function MM_jumpMenu(targ,selObj,restore){ //v3.0 
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'"); 
if (restore) selObj.selectedIndex=0; 
} 
// -->
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
