{
window.status = "Free HIV/AIDS Chat Channels For POZitive Living (donations now accepted)";
}

function right(e) {
	if(navigator.appName=='Netscape'&&(e.which==3||e.which==2))
return false;
	else if(navigator.appName=='Microsoft Internet Explorer'&&(event.button==2||event.button==3)) {

var agree = confirm("Click 'OK' to Enter the HIV/AIDS Network's Donate Page.");
if (agree !="0") {
window.open('http://www.poz.ca/donate-paypal.htm','Today','resizable=yes,menubar=no,location=no,toolbar=no,status=no,scrollbars=yes,directories=no,width=450,height=300,top=0');}
	return false; }
return true;}
document.onmousedown=right;
document.onmousemove=right;
