jQuery(document).ready(function() {

	// This triggers the 2nd modal box when clicked on the TIP link on the right of the title - forms.html //
	
	//if ( $(".inline_tip").length > 0 ) {
			$(".inline_tip").click(function() { 
	//			alert("hallo");
				$("#inline_googleMap").dialog({ width: 800 });
				$("#inline_googleMap").dialog('open')
			});
			
	//}
	
});
