function emailLink()
{
url = 'email.asp?url='+location.href;
window.open(url,'Email');
}