// JavaScript Document

function popupEmailPage() { 
  window.open('http://www.pfw.com/_gadgets/email-page.htm?url=' +
    escape(location.href),'','scrollbars=yes,resizable=yes,width=270,height=350');
}