function zzlink()
{
   var url = "";
   for (i = 0; i < arguments.length; i++)
   {
      url = url + arguments[i];
   }
   window.open (url);
}
