function applications(myURL)
{
  myWindow = window.open(myURL,'gallery','width=420,height=700,toolbar=no,location=no,menubar=no,scrollbars=yes,resizable=no,left=50,top=50');
  myWindow.focus();
}
