function opn(file,w,h) {
  var con="width="+w+",height="+h+",resizable=yes, left=0, top=0"
   ImgWindow=window.open(file,"",con)
}

function cl() {
window.close()
}

function opn1(n,t,w,h) {
  var options=""
  options="width=" + w + ",height=" + h
  var content="<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01//EN'><head><title>" + t + "</title><link rel='stylesheet' type='text/css' href='medmicro.css'></head><body><img src='pix/" + n + ".gif'>"+
"<p><p><div ID='button'><table class=nav1><tr><td class=home width=115 height=30><a href='' onclick='self.close()'>Close</a></td></tr></table></div>"

    ImgWindow=window.open("", "", options)
    ImgWindow.document.write(content)
}

function stat0() {
self.status=""
}

function statb() {
self.status=b
}

function stati() {
self.status="Index"
}

function statf() {
self.status=f
}

function statv() {
self.status="View the Flowchart"
}

function statn() {
self.status="Copyright Information"
}

function stath() {
self.status="Valid HTML 4.01!"
}

function locb() {
document.location=lb
}

function locf() {
document.location=lf
}

document.write("<div class=ctr><img src='pix/eyeline.gif' WIDTH='300' HEIGHT='9' ALT='eyeball'></div>")

document.write("<center><table ID='button' class=nav><tr><td class=back width='97' height='30'><a href='javascript:locb()' onMouseOver='statb(); return true' onMouseOut='stat0(); return true'>Back</a></td><td class=home width='115' height='30'><a href='index.htm' onMouseOver='stati(); return true' onMouseOut='stat0(); return true'>Home</a></td><td class=next width='97' height='30'><a href='javascript:locf()' onMouseOver='statf(); return true' onMouseOut='stati(); return true'>Next</a></td></tr><tr><td></td><td class=home width='115' height='30'><a href='javascript:opn(file,w,h)' onMouseOver='statv(); return true' onMouseOut='stat0(); return true'>Flowchart</a></td><td></td></tr></table></center>")

document.write("<hr><div class=mystyle><a href='http://validator.w3.org/check?uri=referer' onMouseOver='stath(); return true' onMouseOut='stat0(); return true'><img src='pix/w3c.gif' alt='Valid HTML 4.01!' height='16' width='44'></a>&nbsp;&nbsp;©1997-2009 Douglas F. Fix. All rights reserved. <a href='notice.htm' onMouseOver='statn(); return true' onMouseOut='stat0(); return true'>Click here for information.</a></div>")

