globalsettings = {};
globalsettings.styleclose = {'-moz-border-radius': '0px','border-radius': '0px','width': '26px','height': '25px','background-color': '#968980','color': '#FFF','opacity': '1','font-size': '14px','height': '23px','padding-top': '5px','right': '10px','top': '2px'};

globalsettings.finalRes = function(e){
	globalsettings.findialog =  new dialogLoaderAjax({
	'zIndex': 8000,
	'bg': {'color':'#291c13','alpha':.9},
	styles:{'background':'transparent'},
	styleclose: globalsettings.styleclose
	})
	globalsettings.findialog.loadDialog('reserveroomdetails.php?id='+e);
};

globalsettings.selRes = function(e){
	e.stop();
	globalsettings.seldialog =  new dialogLoaderAjax({
		'zIndex': 8000,
		'bg': {'color':'#291c13','alpha':.9},
		styles:{'background':'transparent'},
		styleclose:globalsettings.styleclose
		})
		globalsettings.seldialog.loadDialog('reserveroomselect.php');
};
