//                                        */
//    Used with: moonw53.htm              */
//                                        */
//    modified getimageL for SE version   */
//    modified getimageR for SE version   */
//                                        */

  function getimageL(URL, WIDTH, HEIGHT) 
{
  text = "<html><head><title>Simaudio MOON W5.3 SE - Large View</title></head><body bgcolor='white'><center><img src='" + URL + "'></center></body></html>";

  preview = window.open("", 'Large',
            config='width=915,height=465,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,directories=no,status=no');
  preview.document.open();
  preview.document.write(text);
  preview.document.close();
} 

  function getimageI(URL, WIDTH, HEIGHT) 
{
  text = "<html><head><title>Simaudio MOON W5.3 SE - Inside View</title></head><body bgcolor='white'><center><img src='" + URL + "'></center></body></html>";

  preview = window.open("", 'Inside',
            config='width=615,height=634,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,directories=no,status=no');
  preview.document.open();
  preview.document.write(text);
  preview.document.close();
}

  function getimageR(URL, WIDTH, HEIGHT) 
{
  text = "<html><head><title>Simaudio MOON W5.3 SE - Rear View</title></head><body bgcolor='white'><center><img src='" + URL + "'></center></body></html>";

  preview = window.open("", 'Rear',
            config='width=815,height=384,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,directories=no,status=no');
  preview.document.open();
  preview.document.write(text);
  preview.document.close();
}

//   function getimageL(URL, WIDTH, HEIGHT) 
// {
//   text = "<html><head><title>Simaudio MOON W5.3 - Large View</title></head><body bgcolor='white'><center><img src='" + URL + "'></center></body></html>";
// 
//   preview = window.open("", 'Large',
//             config='width=915,height=449,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,directories=no,status=no');
//   preview.document.open();
//   preview.document.write(text);
//   preview.document.close();
// } 
// 
//   function getimageR(URL, WIDTH, HEIGHT) 
// {
//   text = "<html><head><title>Simaudio MOON W5.3 - Rear View</title></head><body bgcolor='white'><center><img src='" + URL + "'></center></body></html>";
// 
//   preview = window.open("", 'Rear',
//             config='width=815,height=376,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,directories=no,status=no');
//   preview.document.open();
//   preview.document.write(text);
//   preview.document.close();
// }
  
