//                                  */
//    Used with: reviews.htm        */
//                                  */
//                                  */
 function getimage1(URL, WIDTH, HEIGHT) 
{
  text = "<html><head><title>Simaudio - Total DVD - MOON A/V Titan, Stellar & Attraction</title></head><body bgcolor='white'><center><img src='" + URL + "'></center></body></html>";

  preview = window.open("", 'UL',
            config='width=900,height=600,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,directories=no,status=no');
  preview.document.open();
  preview.document.write(text);
  preview.document.close();
}
 function getimage2(URL, WIDTH, HEIGHT) 
{
  text = "<html><head><title>Simaudio - Diapason Review - MOON i-3 Integrated Amplifier</title></head><body bgcolor='white'><center><img src='" + URL + "'></center></body></html>";

  preview = window.open("", 'UL',
            config='width=462,height=600,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,directories=no,status=no');
  preview.document.open();
  preview.document.write(text);
  preview.document.close();
}
 function getimage3(URL, WIDTH, HEIGHT) 
{
  text = "<html><head><title>Simaudio - Audio Review (Italy) - MOON Andromeda</title></head><body bgcolor='black'><center><img src='" + URL + "'></center></body></html>";

  preview = window.open("", 'UL',
            config='width=540,height=687,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,directories=no,status=no');
  preview.document.open();
  preview.document.write(text);
  preview.document.close();
}
 function getimage4(URL, WIDTH, HEIGHT) 
{
  text = "<html><head><title>Simaudio - What HiFI Review (U.K.) - MOON Andromeda</title></head><body bgcolor='black'><center><img src='" + URL + "'></center></body></html>";

  preview = window.open("", 'UL',
            config='width=660,height=900,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,directories=no,status=no');
  preview.document.open();
  preview.document.write(text);
  preview.document.close();
}