// JavaScript Document
	winWidth=document.all?document.body.clientWidth-418:window.innerWidth-433;
	mapheight=(winWidth)*0.6;
	document.write ('<div id="mapgubbins" style="clear: both;   position:relative; z-index:10; margin-bottom: 20px;  width: '); 
	document.write (winWidth);
  document.write ('px; height: ');
  document.write (mapheight);
  document.write ('px;">');

