HTTP/1.1 200 OK
Content-Type: application/x-javascript
Last-Modified: Wed, 10 Jul 2013 09:03:41 GMT
Accept-Ranges: bytes
ETag: "30109e5f4c7dce1:0"
Server: Microsoft-IIS/7.5
X-Powered-By: ASP.NET
Date: Thu, 25 Jul 2013 08:19:08 GMT
Content-Length: 624


function DisplayCommonMenu() {

	document.write("<ul id='topHeaderLeft'>");
	AddMenuItem("NHS Professionals Online","http://www.nhsprofessionals.nhs.uk/","Top","|");
	AddMenuItem("Documents","http://www.nhsponline.nhs.uk/Documents/tabid/64/Default.aspx","Top","|");
	AddMenuItem("Contact Us","https://www.contact.nhsprofessionals.nhs.uk","Top","");
	document.write("</ul>");
                    
}

function AddMenuItem(strMenuName, strMenuLink, strTarget, strSeperator) {

	document.write("<li><a href='"+strMenuLink+"' target='"+strTarget+"'>"+strMenuName+"</a> &nbsp; "+strSeperator+" &nbsp; </li>");

}
