//                                        */
//    Used with: moonmc8.htm             */
//                                        */
  function getimageL(URL, WIDTH, HEIGHT) 
{
  text = "<html><head><title>Simaudio MOON MC-8 - Large View</title></head><body bgcolor='white'><center><img src='" + URL + "'></center></body></html>";

  preview = window.open("", 'Large',
            config='width=915,height=690,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 MC-8 - Inside View</title></head><body bgcolor='white'><center><img src='" + URL + "'></center></body></html>";

  preview = window.open("", 'Inside',
            config='width=615,height=734,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 MC-8 - Rear View</title></head><body bgcolor='white'><center><img src='" + URL + "'></center></body></html>";

  preview = window.open("", 'Rear',
            config='width=815,height=654,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 getimageX(URL, WIDTH, HEIGHT) 
{
  text = "<html><head><title>Simaudio MOON MC-8 - Transformer</title></head><body bgcolor='white'><center><img src='" + URL + "'></center></body></html>";

  preview = window.open("", 'Transformer',
            config='width=815,height=320,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 getimageC(URL, WIDTH, HEIGHT) 
{
  text = "<html><head><title>Simaudio MOON MC-8 - Expansion Circuit Board</title></head><body bgcolor='white'><center><img src='" + URL + "'></center></body></html>";

  preview = window.open("", 'Channel',
            config='width=815,height=499,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,directories=no,status=no');
  preview.document.open();
  preview.document.write(text);
  preview.document.close();
}
