function goThere(loc,args)
{
  var win2 = window.open(loc,"",args);
  return false;
}
