<!-- Begin
function Mail()
{
var email=('chlowen@yahoo.com');
var cc=('webmaster@mexmexmex.com')
var subj=('Email from Architectural Escapes Web Site');
window.location="mailto:"+email+"?cc="+cc+"&subject="+subj;
}
//  End -->