
    function rotation() {
      var num = rotationlist.length;
      var sel = Math.floor( (Math.random()* (num -2)) )
      var txt = rotationlist[sel+1]
      var info= txt.split('|')
      document.write("<img src=http://www.fortessverve.com/images/" +  info[1] + " border=0><br>")
      document.write(info[2] + ': ' + info[3] + ', ' + info[4])
    }

    function selImg() {
      var num = MyImages.length;
      var sel = Math.floor( (Math.random()* (num -1)) )
      var txt = MyImages[sel+1]
      var info= txt.split('|')
      document.write("<img src=images/" +  info[1] + " border=0><br>")
      document.write(info[2] + ': ' + info[3] + ', ' + info[4])
    }

    function popPDF(page) {
 	size = 'width=500,height=670' + ',resizable'
 	popPd = window.open(page,'series',size)
 	popPd.document.close()
 	popPd.focus()
    }

    function popDetail(page) {
 	size = 'width=640,height=720' + ',resizable,scrollbars=yes'
 	popDet = window.open(page,'det',size)
 	popDet.document.close()
 	popDet.focus()
    }

    function popRequest(page) {
 	size = 'width=400,height=670' + ',scrollbars=yes'
 	popReq = window.open(page,'img',size)
 	popReq.document.close()
 	popReq.focus()
    }

    function mailLink(typ) {
      document.write("<a class=art HREF=MAILTO:info\@FORTRESSverve.com>info\@FORTRESSverve.com</a>")
    }
