
document.write("\
				<tr>\
					<td colspan=3 valign=top align=left>\
						<a href=http://www.eng.utoledo.edu/ecc>ECC Home Page</a>\
						 | \
						<a href=http://www.eng.utoledo.edu/>Engineering Home Page</a>\
						 | \
						<a href=http://www.utoledo.edu/>UT Home Page</a>\
					</td>\
				</tr>");
document.write("\
					<td colspan=3 align=left valign=top>\
						send questions or comments to:\
	<a href=\"javascript:location='mailto:\\u0077\\u0065\\u0062\\u006d\\u0061\\u0073\\u0074\\u0065\\u0072\\u0040\\u0065\\u006e\\u0067\\u002e\\u0075\\u0074\\u006f\\u006c\\u0065\\u0064\\u006f\\u002e\\u0065\\u0064\\u0075';void0\">TheWebmaster</a>");
document.write("\<tr>\
					</td>\
				</tr>\
			</table>\
		</td>\
	</tr>\
</table>\
<table cellspacing=0 cellpadding=1 width=150>\
	<tr>\
		<td class=x height=3>\
		</td>\
	</tr>\
</table>\
</body>\
</html>");

function iFrameMailTo(name,domain){
        var x = document.createElement('iframe');
        var d = document.getElementById('body');
        x.style.display="none";
        d.appendChild(x);
        x.src = 'mailto:'+name+ '@'+domain;
        d.removeChild(x);
}

function printMail(name,domain){
 document.write("<a style='text-decoration: none' href=\"javascript:iFrameMailTo('"+name+"','"+domain+"')\"><span style='border-bottom-style:\
solid;border-bottom-width: thin'>"+name+"<img style='border-style:none' src='http://eng.utoledo.edu/ecc/_shared/at.png'/>"+domain+"</span></a>");
} 
