function availabilities(strLang) {
	var intHeight = 610;
	var intWidth = 560;
	var intTop = (screen.height - intHeight) / 2;
	var intLeft = (screen.width - intWidth) / 2;
	wndwPopup = window.open('http://69.70.199.146/WebResInterface/p_CheckRoomsAvailable.aspx','priori','width='+intWidth+', height='+intHeight+', top='+intTop+', left='+intLeft+', scrollbars=yes, resizable');
	wndwPopup.focus();
}

