
<!--

 function emailFriend(url)
{
    var newWindow = window.open(url,'emailWindow','toolbar=yes,location=no,menubar=yes,resizable=yes,scrollbars=yes,width=550, height=500, left=100, top=25');
}

function sendMe()
{
	window.open("","myNewWin","width=800,height=500,scrollbars=yes,resizable=1");
	var a = window.setTimeout("document.forms.formCoverageTool.submit()",100);
}

// -->


