

function subscribe()
{
   thepop = window.open ("./gca_php/subscribe.php","thepop","width=550,height=500,location=0,menubar=0,toolbar=0,status=0,scrollbars=0,resizable=0");
  	thepop.moveTo(50,50);
 }
 
function ask_ian()
{
   thepop = window.open ("../gca_php/ask_ian.php","thepop","width=550,height=500,location=0,menubar=0,toolbar=0,status=0,scrollbars=0,resizable=0");
  	thepop.moveTo(50,50);
 }