/* 
A copy of this file will need to be in every Web domain that uses the centralized e-mail form. The email.js files in other domains will have the full URL for the e-mail form;  the email.js in the main domain (co.kern.ca.us) will have the relative path address
Note: The files for the e-mail form itself will NOT need to be copied to each domain, just the email.js file  
*/

var downloadWin;
var linkname;
function emaillink(linkname) {

downloadWin = window.open('http://www.co.kern.ca.us/apps/emailform/default.asp?s=' + linkname + '','secondWindow','scrollbars=no,width=700,height=530,resizable=no,screenX=10,screenY=10,top=10,left=10');
}
