function newWin(n,wn,w,h,t,l,s) { new_window=window.open(n, wn, 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars='+s+',resizable=1,width='+w+',height=' + h + ((t)?',screenX='+t+',top='+t:'') + ((l)?',screenY='+l+',left='+l:'')); if (new_window.opener==null) { new_window.opener=self; } if (window.focus) new_window.focus(); }

function leaveSite(n,l) { 
 newWin('/leaving.aspx?site=' + n + '&link=' + l, 'leaving', 516, 187, 50, 50, 0);
}

function leaveSite2(n,l) { 
 newWin('leaving2.aspx?site=' + n + '&link=' + l, 'leaving', 516, 187, 50, 50, 0);
}

function phone(n,l) { 
 newWin('/Phone.aspx?site=' + n + '&link=' + l, 'leaving', 516, 187, 50, 50, 0);
}