<!--
function targetLinks(boNew)
{
   if (boNew) where = "_blank";
   else where = "_self";
   for (var i=0; i<=(document.links.length-1); i++)
   {
   document.links[i].target = where;
   }
}
function passpal()
 {
 window.open("http://www.coinz.org/passpal/pop.htm","p","height=335,width=185,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no");
 }
function toggle(targetId){
  if (document.getElementById){
  		target = document.getElementById( targetId );
  			if (target.style.display == "none"){
  				target.style.display = "";
  			} else {
  				target.style.display = "none";
  			}
  	}
}
// -->