$(document).ready(function(){
	$('div.accordion').accordion({
		active: ".selected",
		autoHeight: false,
		header: ".opener",
		collapsible: true,
		event: "click"
	});
	//$("a[rel^='prettyPhoto']").prettyPhoto();
	$("a[rel^='prettyOverlay'],a[rel^='prettyPhoto']").prettyPhoto({
		animationSpeed: 'normal', /* fast/slow/normal */
		padding: 40, /* padding for each side of the picture */
		opacity: 0.35, /* Value betwee 0 and 1 */
		showTitle: true, /* true/false */
		allowresize: false, /* true/false */
		counter_separator_label: '/' /* The separator for the gallery counter 1 "of" 2 */
	});
});

//Validation
validation_list = Array();
validation_list = {Website : new JJ_ValidateElement(false, 'Please enter your website.'), 
				   Phone : new JJ_ValidateElement(false, 'Please enter your phone number.'), 
				   Email : new JJ_ValidateElement(/^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$/i, 'You have entered an invalid email address.')};
validator = new JJ_Validate();
