$(document).ready(function(){$("img.slide-show-img").bind("mouseenter",function(){$(this).parents("td:first").append($('<div id="show-img-div"><img src="'+$(this).attr("imgurl")+'"/></div>'))}).bind("mouseleave",function(){$("#show-img-div").remove()})});function myYachtOnSubmit(d){var a=d[0].contentWindow.document;var c=$("#saved-vessel-name",a);var b=$("#vessel-id",a).val();$("a[onclick]").each(function(){if($(this).attr("onclick").toString().indexOf(b)>-1){$(this).text(c.val())}})}function myWeatherOnSubmit(a){};