function popUp( sUrl, sName, iWidth, iHeight ) 
{
	popupWin = window.open( sUrl, sName, '0,0,0,0,0,1,0,width=' + iWidth + ',height=' + iHeight );
	return false;
}

document.writeEmail = function ()
{	var contact = "Email"
	var email = "inquiry"
	var host = "ballardpreservation.com"
	document.write("<a class='inline' href='mailto:" + email + "@" + host + "'>" + contact + "</a>");
	return true;
}
