
function submitatip(lookup){
 var lookupid = lookup; if (lookupid == undefined) {lookupid = '';}
   TINY.box.show('/sites/crimestoppersatlantaorg/submitatip.php?lookup='+lookupid+'',1,680,450,1)
   }
  function wanted(lookup){
  var lookupid = lookup; if (lookupid == undefined) {lookupid = '';}
     TINY.box.show('wanted.php?page='+lookupid,1,600,400,1)

   }
    
 function donate(){
 TINY.box.show('/sites/crimestoppersatlantaorg/donate.php',1,940,450,1)
  }

 
  function twitter(lookup){
   TINY.box.show('/sites/crimestoppersatlantaorg/twitter.php',1,880,450,1)
 }
    
    function popoupclose(){
    document.getElementById('popup').setAttribute("class", "popuphidden");    
    }

