   //if the TAF.php code is in a sibdir (like interop or voicecon or gtec) pass it 
   //the name of the subdir like /newyork or /fall otherwise pass it "/" to indicate the root
   function send_me(pop_path)
   {

	popurl= pop_path + "tell-a-friend.php?code=3&pageTitle="+document.title+"&referal="+location.href;

	var ex_pop;
	
    ex_pop=open(popurl,"new","width=675,height=600,scrollbars=yes");
	
    ex_pop.focus()
   }





