/* 
  ================================================
opens up new window with guide selection screen
  ================================================
*/
  function initGuides(guide)
  {
     window.open(guide, 'editor', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resize=no,width=600,height=508,left=20,top=20');
  }
