//                                  */
//    Used with: moonandromeda.htm  */
//                                  */
//                                  */
  function getimageL(URL, WIDTH, HEIGHT) 
{
  text = "<html><head><title>Simaudio MOON Andromeda - Large View</title></head><body bgcolor='white'><center><img src='" + URL + "'></center></body></html>";

  preview = window.open("", 'Large',
            config='width=915,height=562,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 getimageIa(URL, WIDTH, HEIGHT) 
{
  text = "<html><head><title>Simaudio MOON Andromeda - Inside View</title></head><body bgcolor='white'><center><img src='" + URL + "'></center></body></html>";

  preview = window.open("", 'Inside',
            config='width=650,height=563,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 getimageIb(URL, WIDTH, HEIGHT) 
{
  text = "<html><head><title>Simaudio MOON Andromeda Power Supply - Inside View</title></head><body bgcolor='white'><center><img src='" + URL + "'></center></body></html>";

  preview = window.open("", 'Inside',
            config='width=650,height=546,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 Andromeda - Rear View</title></head><body bgcolor='white'><center><img src='" + URL + "'></center></body></html>";

  preview = window.open("", 'Rear',
            config='width=815,height=459,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,directories=no,status=no');
  preview.document.open();
  preview.document.write(text);
  preview.document.close();
}