/*
// JavaScript Document


/* High Slide Stuff */
hs.graphicsDir = '/images/highslide/';
hs.showCredits = false; 
hs.preserveContent = false;


function showVideo($target) {
	hs.htmlExpand($target, { 
		outlineType: null,
		dimmingOpacity: 0.8,
		align: 'center',
		wrapperClassName: 'video-hs',
		objectType: 'swf', 
		width: 256, 
		objectWidth: 256, 
		objectHeight: 245, 
		maincontentText: 'You need to upgrade your Flash player',
		allowSizeReduction: false
	});
}

function openSendAFriend($target) {
	hs.htmlExpand($target, { 
		outlineType: null,
		wrapperClassName: 'pop-up-content',
		contentId: 'SendAFriendForm',
		dimmingOpacity: 0.8,
		align: 'center'
	});
}

function openVote($target) {
	hs.htmlExpand($target, { 
		outlineType: null,
		wrapperClassName: 'pop-up-content',
		contentId: 'VoteForm',
		dimmingOpacity: 0.8,
		align: 'center'
	});
}