	jQuery(function () {
		jQuery("#search-input").watermark("Search...");
        jQuery(document).ready(function(){
       		jQuery('#menu > ul > li').hover(
       			function() { jQuery('ul', this).css('display', 'block'); },
       			function() { jQuery('ul', this).css('display', 'none'); });
            var menu = jQuery("#work-area > #left-menu");
            menu.height(menu.parent().height());
       	});
/*        var mygallery=new fadeSlideShow({
			wrapperid: "slider", //ID of blank DIV on page to house Slideshow
			dimensions: [959, 311], //width/height of gallery in pixels. Should reflect dimensions of largest image
			imagearray: [
				["/images/slides/slide_1.png", "/#/", "", "", ""],
				["/images/slides/slide_2.png", "/#/", "", "", ""],
				["/images/slides/slide_3.png", "/#/", "", "", ""],
                ["/images/slides/slide_4.png", "/#/", "", "", ""]
			],
			displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
			persist: false, //remember last viewed slide and recall within same session?
			fadeduration: 1000, //transition duration (milliseconds)
			descreveal: "none",
			togglerid: "",
			controlPanel:false
		});*/
	});
