// OmniSource IT Solutions JavaScript Document
// JavaScript Document Dino Quimby MIT
document.write("<FORM  METHOD=POST onSubmit='return dropdown(this.gourl)' >")
document.write("<SELECT NAME=gourl CLASS=menugreenTint>")
document.write("<OPTION CLASS=menugreenTint VALUE=medical-services.htm>MHS Services")
document.write("<OPTION CLASS=menugreenTint VALUE=medical-billing.htm>Billing")
document.write("<OPTION CLASS=menugreenTint VALUE=medical-consulting.htm>Consulting")
document.write("<OPTION CLASS=menugreenTint VALUE=medical-erecords.htm>Electronic Records")
document.write("<OPTION CLASS=menugreenTint VALUE=medical-handheld.htm>Handheld")
document.write("<OPTION CLASS=menugreenTint VALUE=medical-scheduling.htm>Scheduling")
document.write("</SELECT>&nbsp;<INPUT TYPE=SUBMIT VALUE=Go! onClick=return dropdown(this.gourl) class=butGenGo> ")
document.write("</FORM>") 
