$(document).ready(function() {
	//start_topnav();
	if ($("#menu").length > 0){
		ddsmoothmenu.init({
			mainmenuid: "menu", //menu DIV id
			orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
			classname: 'ddsmoothmenu', //class added to menu's outer DIV
			//customtheme: ["#1c5a80", "#18374a"],
			contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
		});
	}	
	if ($("#maingallery").length > 0){
		$('#maingallery a.a_img_one').lightBox();
	}
	if (resize_image>0){
		resize_images(resize_image);	
	}
	$('.H-row').click(
		function(){
			$('ul.Hrow').slideToggle('medium');});
			$('.HideCity li').click(function(){$('ul.Hrow').slideToggle('medium');
		}
	);
});
