﻿// initialise plugins
$(function() {
    $('#nav_main').superfish({
        delay: 0, 								// one second delay on mouseout 
        //animation: { height: 'show' }, 				// fade-in and slide-down animation 
        speed: 'fast', 						// faster animation speed 
        autoArrows: false, 							// disable generation of arrow mark-up 
        dropShadows: false								// disable drop shadows
    });
});
$(document).ready(function() {
    $('#fontsizer').jfontsizer({
        //applyTo: '#content .text',
        applyTo: '#container',
        changesmall: '15', //plus 15 percent
        changemedium: '22', //plus 22 percent
        changelarge: '30', //plus 30 percent
        expire: 30//cookie expires in 30 days
    });
});
