$(document).ready(function(){
	    $('*.toggler-all').toggleElements( );
		$('fieldset.toggler-9').toggleElements( { fxAnimation:'show', fxSpeed:1000, className:'toggler' } );
	});
function fixHeight(scrollHeight, offsetHeight)
{
   return (scrollHeight > offsetHeight ? scrollHeight : offsetHeight + 'px');
}
function fixMarginTop(offsetHeight,documentElement,scrollTop)
{
	return (0 - parseInt(offsetHeight / 2) + (TBWindowMargin = documentElement && documentElement.scrollTop || scrollTop) + 'px');	
}
$(function(){ 
    $("ul#imageslider").liScroll(); 
});
$(function(){ 
    $('a.customGal').zoomimage({
	});
	$('div.zooimage').zoomimageClear();
});
