// JavaScript Document

      // initialise plugins
        jQuery(function() {
            $(document).ready(function() {
                $("ul.sf-menu").supersubs({
                    minWidth: 10,   // minimum width of sub-menus in em units 
                    maxWidth: 18,   // maximum width of sub-menus in em units 
                    extraWidth: 1     // extra width can ensure lines don't sometimes turn over 
                    // due to slight rounding differences and font-family 
                }).superfish({
                    animation: { opacity: 'show', height: 'show' },
                    speed: 'fast',
                    autoArrows: true,
                    dropShadows: false
                }).find('ul').bgIframe({ opacity: false });
            });
        });

        $('.slideshow').cycle({
            fx: 'fade'
        });
   

		Cufon.replace('h1,h3,h4,div.telephoneBox span,.sf-menu a',
				  {
	hover: true
});

$(document).ready(function() {
            $(".iframe").colorbox({ width: "800px", height: "600px", iframe: true });
        });
