
function nonflashMenu(_num){
	switch(_num){
		case 0:{
			var doc="<img src=\"images/menu_nonflash.jpg\" width=\"613\" height=\"100\" border=\"0\" usemap=\"#Map1\" border=\"0\" />";
			doc+="<map name=\"Map1\" id=\"Map1\">";
			doc+="<area shape=\"rect\" coords=\"15,21,126,49\" href=\"index.htm\" target=\"_self\" />";
			doc+="<area shape=\"rect\" coords=\"135,20,242,47\" href=\"about_bmcs.html\" target=\"_self\" />";
			doc+="<area shape=\"rect\" coords=\"253,19,367,50\" href=\"products_services.html\" target=\"_self\" />";
			doc+="<area shape=\"rect\" coords=\"374,20,483,48\" href=\"applications.html\" target=\"_self\" />";
			doc+="<area shape=\"rect\" coords=\"493,20,598,51\" href=\"bcms_news.html\" target=\"_self\" />";
			doc+="</map>";
			document.write(doc);
			break;
		}
	
		case 1:{
			var doc="<img src=\"images/home_nonflash.jpg\" width=\"613\" height=\"100\" usemap=\"#Map2\" border=\"0\" />";
			doc+="<map name=\"Map2\" id=\"Map2\">";
			doc+="<area shape=\"rect\" coords=\"15,21,126,49\" href=\"index.htm\" target=\"_self\" />";
			doc+="<area shape=\"rect\" coords=\"135,20,242,47\" href=\"about_bmcs.html\" target=\"_self\" />";
			doc+="<area shape=\"rect\" coords=\"253,19,367,50\" href=\"products_services.html\" target=\"_self\" />";
			doc+="<area shape=\"rect\" coords=\"374,20,483,48\" href=\"applications.html\" target=\"_self\" />";
			doc+="<area shape=\"rect\" coords=\"493,20,598,51\" href=\"bcms_news.html\" target=\"_self\" />";
			doc+="</map>";
			document.write(doc);
			break;
		}
			
		case 2:{
			var doc="<img src=\"images/about_nonflash.jpg\" width=\"613\" height=\"100\" usemap=\"#Map3\" border=\"0\" />";
			doc+="<map name=\"Map3\" id=\"Map3\">";
			doc+="<area shape=\"rect\" coords=\"15,21,126,49\" href=\"index.htm\" target=\"_self\" />";
			doc+="<area shape=\"rect\" coords=\"135,20,242,47\" href=\"about_bmcs.html\" target=\"_self\" />";
			doc+="<area shape=\"rect\" coords=\"253,19,367,50\" href=\"products_services.html\" target=\"_self\" />";
			doc+="<area shape=\"rect\" coords=\"206,57,263,74\" href=\"technical.html\" target=\"_self\" />";
			doc+="<area shape=\"rect\" coords=\"269,57,418,77\" href=\"faq.html\" target=\"_self\" />";
			doc+="<area shape=\"rect\" coords=\"374,20,483,48\" href=\"applications.html\" target=\"_self\" />";
			doc+="<area shape=\"rect\" coords=\"493,20,598,51\" href=\"bcms_news.html\" target=\"_self\" />";
			doc+="</map>";
			document.write(doc);
			break;
		}
			
		case 3:{
			var doc="<img src=\"images/products_nonflash.jpg\" width=\"613\" height=\"100\" usemap=\"#Map4\" border=\"0\"/>";
			doc+="<map name=\"Map4\" id=\"Map4\">";
			doc+="<area shape=\"rect\" coords=\"15,21,126,49\" href=\"index.htm\" target=\"_self\" />";
			doc+="<area shape=\"rect\" coords=\"135,20,242,47\" href=\"about_bmcs.html\" target=\"_self\" />";
			doc+="<area shape=\"rect\" coords=\"253,19,367,50\" href=\"products_services.html\" target=\"_self\" />";
			doc+="<area shape=\"rect\" coords=\"374,20,483,48\" href=\"applications.html\" target=\"_self\" />";
			doc+="<area shape=\"rect\" coords=\"493,20,598,51\" href=\"bcms_news.html\" target=\"_self\" />";
			doc+="<area shape=\"rect\" coords=\"25,56,171,75\" href=\"payment_processing.html\" target=\"_self\" />";
			doc+="<area shape=\"rect\" coords=\"537,56,597,76\" href=\"brochures.html\" target=\"_self\" />";
			doc+="<area shape=\"rect\" coords=\"394,57,528,78\" href=\"accounting_solutions.html\" target=\"_self\" />";
			doc+="<area shape=\"rect\" coords=\"180,56,379,76\" href=\"invoicing_receivables.html\" target=\"_self\" />";
			doc+="<area shape=\"rect\" coords=\"59,81,119,99\" href=\"#\" target=\"_self\" />";
			doc+="</map>";
			document.write(doc);
			break;
		}
			
		case 4:{
			var doc="<img src=\"images/apps_nonflash.jpg\" width=\"613\" height=\"100\" usemap=\"#Map5\" border=\"0\"/>";
			doc+="<map name=\"Map5\" id=\"Map5\">";
			doc+="<area shape=\"rect\" coords=\"15,21,126,49\" href=\"index.htm\" target=\"_self\" />";
			doc+="<area shape=\"rect\" coords=\"135,20,242,47\" href=\"about_bmcs.html\" target=\"_self\" />";
			doc+="<area shape=\"rect\" coords=\"253,19,367,50\" href=\"products_services.html\" target=\"_self\" />";
			doc+="<area shape=\"rect\" coords=\"206,57,332,75\" href=\"online_form.html\" target=\"_self\" />";
			doc+="<area shape=\"rect\" coords=\"340,57,404,74\" href=\"faq.html\" target=\"_self\" />";
			doc+="<area shape=\"rect\" coords=\"374,20,483,48\" href=\"applications.html\" target=\"_self\" />";
			doc+="<area shape=\"rect\" coords=\"493,20,598,51\" href=\"bcms_news.html\" target=\"_self\" />";
			doc+="</map>";
			document.write(doc);
			break;
		}
			
		case 5:{
			var doc="<img src=\"images/news_nonflash.jpg\" width=\"613\" height=\"100\" usemap=\"#Map6\" border=\"0\"/>";
			doc+="<map name=\"Map6\" id=\"Map6\">";
			doc+="<area shape=\"rect\" coords=\"15,21,126,49\" href=\"index.htm\" target=\"_self\" />";
			doc+="<area shape=\"rect\" coords=\"135,20,242,47\" href=\"about_bmcs.html\" target=\"_self\" />";
			doc+="<area shape=\"rect\" coords=\"253,19,367,50\" href=\"products_services.html\" target=\"_self\" />";
			doc+="<area shape=\"rect\" coords=\"374,20,483,48\" href=\"applications.html\" target=\"_self\" />";
			doc+="<area shape=\"rect\" coords=\"493,20,598,51\" href=\"bcms_news.html\" target=\"_self\" />";
			doc+="</map>";
			document.write(doc);
			break;
		}
	}
}
