//this script is called by flash buttons

function flashOpenUrl(arg)
{
  window.open("index?id=" + arg,"1902 Software Development"); 
}

