// JavaScript Document. This function calls an asp file which prints the menu at the top of the page as per the section. Section is a mandatory parameter to pass to the function.
function showTopMenu(section)
{
	document.write("<iframe src='/methods/ShowTopMenu.asp?section=" + section + "' scrolling='no' frameborder='0' marginheight='0' marginwidth='0' width='1000' height='45' allowtransparency='false'></iframe>");
}
