function madmenu() 

{

    document.write('<table class="disMenu" width="140" style="margin: 0; padding-top: 0; padding-bottom: 0; border-collapse: collapse;">')
    document.write('<tr class="disMenusep">')
      document.write('<td width="100%" >')
      document.write('<p align="center"><b>Menu</b></p>')
      document.write('</td>')
    	document.write('</tr>')

    	document.write('<tr valign="top" >')
      document.write('<td width="100%" style="margin-top: 0; margin-bottom: 0"  >')
      document.write('<font size="2" >')
      document.write('<a href="index.htm">Main site</a><br>')
	document.write('</td></tr>')

      document.write('<tr valign="top" >')
      document.write('<td width="100%" style="margin-top: 0; margin-bottom: 0"  >')
      document.write('<font size="2" >')
      document.write('<a href="sbindex.htm">Stones Barn</a><br>')
	document.write('</td></tr>')

	document.write('<tr valign="top" class="disMenusep">')
      document.write('<td width="100%" >')
      document.write('<font size="1"><b>Courses</b>')
      document.write('</td></tr>')

      document.write('<tr valign="top">')
      document.write('<td width="100%" style="margin-top: 0; margin-bottom: 0"  >')
      document.write('<font size="2">')
      document.write('<a href="sbcourse.htm">Course intro.</a><br>') 
	document.write('</td></tr>')

      document.write('<tr valign="top">')
      document.write('<td width="100%" style="margin-top: 0; margin-bottom: 0"  >')
      document.write('<font size="2">')
      document.write('<a href="sbcoursedesc.htm">2007 Courses</a><br>') 
	document.write('</td></tr>')

 	document.write('<tr valign="top" class="disMenusep">')
      document.write('<td width="100%" >')
      document.write('<font size="1"><b>Administration</b>')
      document.write('</td></tr>')

	document.write('<tr valign="top">')
      document.write('<td width="100%" style="margin-top: 0; margin-bottom: 0"  >')
	document.write('<font size="2">')      
	document.write('<a href="javascript:popform1();">Booking Form</a><br>') 
	document.write('</td></tr>')

	document.write('<tr valign="top">')
      document.write('<td width="100%" style="margin-top: 0; margin-bottom: 0"  >')
	document.write('<font size="2">') 
      document.write('<a href="sbaccommap.htm">Accommodation</a><br>') 
	document.write('</td></tr>')

	document.write('<tr valign="top">')
      document.write('<td width="100%" style="margin-top: 0; margin-bottom: 0"  >')
	document.write('<font size="2">') 
      document.write('<a href="sbtypcourse.htm">Course timetable</a><br>')  
	document.write('</td></tr>')

	document.write('<tr valign="top">')
      document.write('<td width="100%" style="margin-top: 0; margin-bottom: 0"  >')
	document.write('<font size="2">')
      document.write('<a href="sbcontact.htm">Contact</a><br>') 
	document.write('</td></tr>')

	document.write('<tr valign="top" class="disMenusep">')   
	document.write('<td width="100%" >')
      document.write('<font size="1"><b>Activities</b>')
      document.write('</td></tr>')

      document.write('<tr valign="top">')
      document.write('<td width="100%" style="margin-top: 0; margin-bottom: 0"  >')
	document.write('<font size="2">')
      document.write('<a href="sblocalconcerts.htm">Local Concerts</a><br>')  
	document.write('</td></tr>') 

	document.write('<tr valign="top">')
      document.write('<td width="100%" style="margin-top: 0; margin-bottom: 0"  >')
	document.write('<font size="2">')
	document.write('<a href="sbgallery/index.html">Gallery</a><br>')  
	document.write('</td></tr>')       
     
	document.write('<tr valign="top">')
      document.write('<td width="100%" style="margin-top: 0; margin-bottom: 0"  >')
	document.write('<font size="2">')
	document.write('<a href="sbretreats.htm">Retreats</a><br>')    
	document.write('</td></tr>')  
  
	document.write('<tr valign="top">')
      document.write('<td width="100%" style="margin-top: 0; margin-bottom: 0"  >')
	document.write('<font size="2">')
	document.write('<a href="sblinks.htm">Links</a><br>')    
	document.write('</td></tr>')         

      document.write('</td>')
    document.write('</tr>')
  document.write('</table>')
        
}



function disTopbar()

{
	document.write('<div align="left" style="width: 640; height: 97; margin-top:0; margin-bottom:0">')
  		document.write('<img border="0" src="images/sbheader.jpg" width="640" height="90">')
	document.write('</div>')

}


function popform(url)
{ 
new_window = window.open(url,'window_name','toolbar=0,menubar=0,resizable=1,dependent=0,status=0,width=800,height=850,left=0,top=0')
}

function popform1()
{ 
var url = "sbformbook.htm"
new_window = window.open(url,'window_name','toolbar=0,menubar=0,resizable=1,dependent=0,status=0,width=800,height=850,left=0,top=0')
}








