// JavaScript for Registration page

function openWin(bpage){
window.open(bpage,'application','top=0,left=30,width=750,height=500,menubar=no,toolbar=no,location=yes,status=no,resizable=yes,scrollbars=yes');
}

function open_url(item_id)
		{
			var url_;
			url_ = 'HotelFacilities.aspx?HotelID=' + item_id;
			url_ = '../Documents/' + item_id + '.pdf';
			window.open(url_, "open_window", "open_window, top=0, left=10, width=760, height=600, toolbar=0, scrollbars=1, status=0, menubar=0, location=0, resizable=1");
		}

function openWin(bpage){
			window.open(bpage,'application','top=0,left=30,width=700,height=550,menubar=no,toolbar=yes,location=no,status=yes,resizable=yes,scrollbars=yes');
		}

