document.write("\
				<tr>\
				\
				</table><tr>\
				\
				</tr>\
				</table>\
					\
				</tr>");

document.write("\
				<tr>\
				<table cellspacing=0 cellpadding=1 width=150px>\
				<tr>\
				<td class=x height=3>\
				</td>\
				</tr>\
				</table><br>\
					<td colspan=3 valign=top align=left>\
						<a href=/ecc>ECC Home Page</a>\
						 | \
						<a href=/>Engineering Home Page</a>\
						 | \
						<a href=http://www.utoledo.edu/>UT Home Page</a>\
					</td>\
				</tr><br>\
					<td colspan=3 align=left valign=top>\
						Please send questions or comments to:\
	<a href=\"javascript:location=\'mailto:ecc-webmaster@eng.utoledo.edu\'\">ecc-webmaster@eng.utoledo.edu</a><br>\
	If applicable please include the address to the page in question.");
document.write("\<tr>\
					</td>\
				</tr>\
			</table>\
		</td>\
	</tr>\
</table>\
<br>\
<br>\
</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='/ecc/_shared/images/at.png'/>"+domain+"</span></a>");
} 

