
function Emailthis(location)
{if(location == null){location = document.location;}
 var id = window.open("/cgi-bin/emailthis.pl?"+location, "EmailThis","width=510,height=260,resizable");
}
