<!--

function writeEmail(prefix, domain, tld) {

	document.write('<a href="mailto:' + prefix + '@' + domain + '.' + tld + '">' + prefix + ' [at] ' + domain + '.' + tld + '</a>'); 

}

function popup(img) {
        day = new Date();
	id = day.getTime();
	html = '<html><head><title>HAWK Network Defense | Pop-Up</title><link href="/stylesheet.css" rel="stylesheet" type="text/css" />' + '</head><body style="margin: 0px 0; text-align:center; ">' + '<IMG src="' + img + '" BORDER="0" NAME="image" onload="window.resizeTo(document.image.width * 1.05,(document.image.height*0.8))">' + '<p style="text-align: center"><a href="javascript:window.close();" title="Close Window">Close Window</a></p></body></html>'; 
	eval(" popup" + id + " = window.open ('', id,'toolbar=0,location=0, directories=0,menuBar=0, scrollbars=1,resizable=1'); popup" + id + ".document.open(); popup" + id + ".document.write(html); popup" + id + ".document.focus(); popup" + id + ".document.close();");

	return;
}

-->

