$(document).ready(function(){ 
	$("ul.sf-vertical").superfish({
		animation: {height:'show'},
		speed:         'fast'								  
		});
	
	$('td.imagegallery a').lightBox();
    }); 