// JavaScript Document
function ViewDetails(hotelid) {
	MM_openBrWindow('http://www.roamfree.com/book/'+hotelid+'/219/','View','toolbar=no,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=900,height=600,left=10,top=10');
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function HideContent(d) { if(d.length < 1) { return; } document.getElementById(d).style.display = "none"; }
function ShowContent(d) { if(d.length < 1) { return; } document.getElementById(d).style.display = "block"; }
function ReverseContentDisplay(d) {
if(d.length < 1) { return; }
if(document.getElementById(d).style.display == "none") { document.getElementById(d).style.display = "block"; document.getElementById(d+"_more").style.display = "none"; }
else { document.getElementById(d).style.display = "none"; document.getElementById(d+"_more").style.display = "block";  }
}

function roamfree() {
	window.open('http://www.roamfree.com/Results.aspx?cID=405&rID=373280&lID=345410&WebID=219');
}
