function contactwindow(pageref)
{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=pageref;
if (remote.opener == null) remote.opener = window;
remote.opener.name = "opener";
}






