
function headings () {
	var display_line;
	display_line ="<center>"
	display_line +="<img src='../images/hmdsn_logo.gif' alt='HMDSN Logo' class='logo'>"
	display_line +="</center<br />"
	display_line +="<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='1058' height='50'>"
    display_line +="<param name='movie' value='../scripts/menu_scripts.swf'>"
	display_line +="<param name='quality' value='high'>"
	display_line +="<embed src='../scripts/menu_scripts.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='1058' height='50'></embed></object>"
	display_line +="<hr class='Hr'>"
	document.write(display_line)
}


function footer(){
	var display_line ="<p></p><br />"
	display_line +="<hr class='Hr'>"
	display_line +="<p></p>"
	display_line +="<p></p>"
	display_line +="<p class='bottom'><b><font size='+1'>DISCLAIMER</font>. The information displayed here is only as a guide. For all medical guidance you must contact your own doctor. </b></p>"
	display_line +="<p class='bottom'><b>The Hirschsprungs &amp; Motility Disorders Support Network cannot be held responsible for results or losses due to the information displayed on this site.</b></p>"
	display_line +="<p class='bottom'>&copy; All information and pictures are the copyright of The Hirschsprungs &amp; Motility Disorders Support Network and the original owners</p>"
	display_line +="<p class='bottom'>This website was updated on 9th July 2010</p>"
	document.write(display_line)
}

