<!--//--><![CDATA[//><!--
$().ready(function() {
	/* Enlarge */
		$('a.enlarge').each(function() {
			this.onclick = function() {
				return hs.expand(this, {
					captionEval: 'this.thumb.alt'
				});
			};
		});
	/* Popup */
		$('a.popup').each(function() {
			this.onclick = function() {
				return hs.htmlExpand(this, {
					objectType: 'ajax', 
					wrapperClassName: 'draggable-header', 
					align: 'center', 
					captionEval: '', 
					minWidth: 400, 
					maxWidth: 900, 
					maxHeight: 350,
					cacheAjax: false
				});
			};
		});
	/* Popup (preload) */
		$('a.popup_preload').each(function() {
			this.onclick = function() {
				return hs.htmlExpand(this, {
					objectType: 'ajax', 
					wrapperClassName: 'draggable-header', 
					align: 'center', 
					captionEval: '', 
					minWidth: 400, 
					maxWidth: 900, 
					maxHeight: 350
				});
			};
		});
	/* Time Tracker Accounts */
		$('a.popup_accounts').each(function() {
			this.onclick = function() {
				return hs.htmlExpand(this, {
					objectType: 'iframe', 
					wrapperClassName: 'draggable-header', 
					align: 'center', 
					captionEval: '', 
					width: 600, 
					maxHeight: 350
				});
			};
		});
	/* Promotions */
		$('a.popup_promotions').each(function() {
			this.onclick = function() {
				return hs.htmlExpand(this, {
					objectType: 'iframe', 
					wrapperClassName: 'draggable-header', 
					align: 'center', 
					captionEval: '', 
					width: 600, 
					maxHeight: 350
				});
			};
		});
	/* Trip Packages */
		$('a.popup_trip_packages').each(function() {
			this.onclick = function() {
				return hs.htmlExpand(this, {
					objectType: 'iframe', 
					wrapperClassName: 'draggable-header', 
					align: 'center', 
					captionEval: '', 
					width: 600, 
					maxHeight: 350
				});
			};
		});
	/* Trips */
		$('a.popup_trips').each(function() {
			this.onclick = function() {
				return hs.htmlExpand(this, {
					objectType: 'iframe', 
					wrapperClassName: 'draggable-header', 
					align: 'center', 
					captionEval: '', 
					width: 600, 
					maxHeight: 350
				});
			};
		});
});
//--><!]]>
