// JavaScript Document

// function makemail(linkText,uName,dName){

function makemail(linkText,linkTitle){

// var linkText = "email";
var uName = "admin";
var dName = "jonsavage.com";

			var fullAddress = uName + "@" + dName;
			document.write("<a href=\"mailto:" + fullAddress + "\" title=\"" + linkTitle + "\">" + linkText + "</a>");
				}

/*			var fullAddress = uName + "@" + dName;
			document.write("<a href=\"mailto:" + fullAddress + "\" class=\"mail_link\" title=\"" + dTitle + "\">" + dTitle + "</a>");
			}
*/

function w11_popup()
			{
			window.open ("http://www.jonsavage.com/w11_show.html", "slideshow",
			"menubar=0,location=0,status=0,scrollbars=0,width=660,height=660");
			}

function manc_popup()
			{
			window.open ("http://www.jonsavage.com/manc_show.html", "slideshow",
			"menubar=0,location=0,status=0,scrollbars=0,width=660,height=660");
			}