var frompage=document.title
var folder="images"
var whichdirectory=""


arr1=new Image
arr1.src=folder+"/locarr.gif"
arr2=new Image
arr2.src=folder+"/locarr2.gif"

var docObj="document.getElementById.('"
var styleObj="').style"

var frompage=document.title

document.write('<table cellpadding="2" cellspacing="0">')

document.write('<tr><td colspan="2" class="menuh" align="center">MENU</td></tr>')

document.write('<tr><td valign="top"><img src="'+folder+'/locarr.gif" vspace="4" name="arr1nm"></td>')
document.write('<td title="For patients, and people with Meares-Irlen Syndrome / Visual Stress \u00BB Click"><a href="javascript: showmap()" class="menu" onMouseover="document.arr1nm.src=arr2.src" onMouseout="document.arr1nm.src=arr1.src">For people looking for a<br>prescriber of<br>coloured lenses</a></td></tr>')

document.write('<tr><td colspan="2">&nbsp;</td>')

document.write('<tr><td valign="top"><img src="'+folder+'/locarr.gif" vspace="4" name="arr2nm"></td>')
document.write('<td title="Practitioners and prescribers \u00BB Click"><a href="'+whichdirectory+'index2.htm" class="menu" onMouseover="document.arr2nm.src=arr2.src" onMouseout="document.arr2nm.src=arr1.src">For eyecare practitioners<br>who prescribe<br>precision tinted lenses</a></td></tr>')

document.write('</table>')