function writepic(img)
{
      px=0.4*window.screen.availWidth;
      py=px/1.5;
      document.write("<img src=\"")
      document.write(img)
      document.write('\" alt=\"/\" border=\"0\" width=\"'+px+'\" height=\"'+py+'\"> ')
}
