function showLocation(el) {
	if(!el.title) { el.title = 'Hilton Worldwide';}
	
Shadowbox.open({
		//content:'<div id="welcome-msg"><img src="'+el.href+'"></div>',
		content:'<div id="welcome-msg" align="center"><iframe src="'+el.href+'" height="550" width="550" frameborder="0" style="margin:0; padding:0;"></iframe></div>',
		player:"html",
		title:'<p style="margin:0;padding:0; float:left;margin-left:5px;">'+el.title+'</p><p style="margin:0;padding:0; float:right; margin-right:5px;"><a href="javascript:Shadowbox.close();" style="color:white;" title="Close">X</a>',
		height:550,
		width:550
});
return false;
}

function frmRFPValidate(){	
	if($(".chkHotel:checked").length==0) {
		$(".chkHotel").parent().parent().find('label.error').remove();
		$(".chkHotel:last").parent().after('<label class="error">This field is required. Please select at least one hotel.</label>');
		return false;
	}	
	return true;
}
