jQuery(function( $ ){
$.easing.backout = function(x, t, b, c, d){
	var s=1.70158;
	return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b;
};

try
{
$('#screendetail').scrollShow({
	view:'#viewdetail',
	content:'#imagesdetail',
	easing:'backout',
	wrappers:'link,crop',
	navigators:'a[id]',
	navigationMode:'sr',
	circular:false,	
	start:0	
});
}
catch(err1)
{}

});




// Autocomplete function for form fields

autocomplete();
