// JavaScript Document


function myOpen(url,name) { //opens new window
  window.open(url, name, 'toolbar=yes,location=no,scrollbars=yes,resizable=yes,menubar=yes,status=yes,width=610,height=630')
}
