function mailwindow()

{remote=window.open("","remotewin","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=380,height=160"); remote.location.href="http://www.whatmusic.com/mailinglist.html";

if (remote.opener == null) remote.opener = window;

remote.opener.name = "opener";

}







