function popup(id){
	var text = "You are now leaving the Treo Drilling website.\nTreo Drilling cannot and does not warrant the accuracy, completeness, timeliness,\nnon-infringement, merchantability or fitness for a particular purpose of any information\navailable through these links and disclaims any opinions expressed on such sites.\n\nClick OK to continue to:";
	if (id==2) {
			var r=confirm(text+"http://donate.albertacancer.ca");
			if (r==true)
			  document.location.href = "http://donate.albertacancer.ca";
	} else
	if (id==1) {
			var r=confirm(text+"http://www.communitysafetynet.com/");
			if (r==true)
			  document.location.href = "http://www.communitysafetynet.com/";
	} 
}