function showFlash (file) {
			var swf = new IObject (file, "flash", "514", "350");
			swf.show ("divflash");
		}
		function recieveFromFlash(txt1) {
        txt.innerHTML=txt1+'.php';
}
jQuery(document).ready(function() {
    jQuery('#premier').jcarousel();
}); 
jQuery(document).ready(function() {
    jQuery('#bestweek').jcarousel();
});
jQuery(document).ready(function() {
    jQuery('#photo').jcarousel();
});
jQuery(document).ready(function() {
    jQuery('#intplot').jcarousel();
}); 
jQuery(document).ready(function() {
    jQuery('#zrplot').jcarousel();
}); 
$(document).ready(function(){
    $(".accordion h3:first").addClass("active");
    $(".accordion p:not(:first)").hide();

    $(".accordion h3").click(function(){

        $(this).next("p").slideToggle("fast")
        .siblings("p:visible").slideUp("fast");
        $(this).toggleClass("active");
        $(this).siblings("h3").removeClass("active");
     });
 
 });
 $(document).ready(function(){
    $(".accordion1 h3:first").addClass("active");
    $(".accordion1 p:not(:first)").hide();

    $(".accordion1 h3").click(function(){

        $(this).next("p").slideToggle("fast")
        .siblings("p:visible").slideUp("fast");
        $(this).toggleClass("active");
        $(this).siblings("h3").removeClass("active");
     });
 
 });
 $(document).ready(function(){
    $(".accordion2 h3:first").addClass("active");
    $(".accordion2 p:not(:first)").hide();

    $(".accordion2 h3").click(function(){

        $(this).next("p").slideToggle("fast")
        .siblings("p:visible").slideUp("fast");
        $(this).toggleClass("active");
        $(this).siblings("h3").removeClass("active");
     });
 
 });
 $(document).ready(function(){
    $(".accordion3 h3:first").addClass("active");
    $(".accordion3 p:not(:first)").hide();

    $(".accordion3 h3").click(function(){

        $(this).next("p").slideToggle("fast")
        .siblings("p:visible").slideUp("fast");
        $(this).toggleClass("active");
        $(this).siblings("h3").removeClass("active");
     });
 
 });
 

		$(document).ready(function() {
			$("a.zoom").fancybox();

			$("a.zoom1").fancybox({
				'overlayOpacity'	:	0.7,
				'overlayColor'		:	'#FFF'
			});

			$("a.zoom2").fancybox({
				'zoomSpeedIn'		:	500,
				'zoomSpeedOut'		:	500
			});
		});