function submenu(category)
{
if (category=='1') {
	document.write("	<IMG SRC='graphics/clear.gif' HEIGHT=20 WIDTH=200><BR>")
	document.write("	<IMG SRC='graphics/bullet.gif' WIDTH=18 HEIGHT=12><A HREF='company_news.html' CLASS='subLink'>News & Press Releases</A><BR>")
	}
if (category=='2') {
	document.write("	<IMG SRC='graphics/clear.gif' HEIGHT=20 WIDTH=200><BR>")
	document.write("	<IMG SRC='graphics/bullet.gif' WIDTH=18 HEIGHT=12><A HREF='services_web_site_development.html' CLASS='subLink'>Web Site Development</A><BR>")
	document.write("	<IMG SRC='graphics/bullet.gif' WIDTH=18 HEIGHT=12><A HREF='hosting.html' CLASS='subLink'>Web Hosting</A><BR>")
	document.write("	<IMG SRC='graphics/bullet.gif' WIDTH=18 HEIGHT=12><A HREF='services_custom_systems.html' CLASS='subLink'>Custom Computer Systems</A><BR>")
	document.write("	<IMG SRC='graphics/bullet.gif' WIDTH=18 HEIGHT=12><A HREF='services_pc_repair_services.html' CLASS='subLink'>PC Upgrade/Repair Services</A><BR>")
	document.write("	<IMG SRC='graphics/bullet.gif' WIDTH=18 HEIGHT=12><A HREF='services_server_lan_support.html' CLASS='subLink'>Server/LAN Installation & Support</A><BR>")
	document.write("	<IMG SRC='graphics/bullet.gif' WIDTH=18 HEIGHT=12><A HREF='services_e_commerce.html' CLASS='subLink'>e-Commerce Solutions</A><BR>")
	document.write("	<IMG SRC='graphics/bullet.gif' WIDTH=18 HEIGHT=12><A HREF='services_intranet_extranet.html' CLASS='subLink'>Intranet/Extranet Solutions</A><BR>")
	document.write("	<IMG SRC='graphics/bullet.gif' WIDTH=18 HEIGHT=12><A HREF='services_portal.html' CLASS='subLink'>Portal Solutions</A><BR>")
	document.write("	<IMG SRC='graphics/bullet.gif' WIDTH=18 HEIGHT=12><A HREF='services_consulting_services.html' CLASS='subLink'>Consulting Services</A><BR>")
	}

if (category=='3') {
	document.write("	<IMG SRC='graphics/clear.gif' HEIGHT=20 WIDTH=200><BR>")
	document.write("	<IMG SRC='graphics/bullet.gif' WIDTH=18 HEIGHT=12><A HREF='portfolio_client_list.html' CLASS='subLink'>List of Clients</A><BR>")
	document.write("	<IMG SRC='graphics/bullet.gif' WIDTH=18 HEIGHT=12><A HREF='demos.html' CLASS='subLink'>Clients Demo</A><BR>")
	}

if (category=='4') {
	document.write("	<IMG SRC='graphics/clear.gif' HEIGHT=20 WIDTH=200><BR>")
	document.write("	<IMG SRC='graphics/bullet.gif' WIDTH=18 HEIGHT=12><A HREF='mailto:cnaeem@MSN.com' CLASS='subLink'>Webmaster</A><BR>")
	document.write("	<IMG SRC='graphics/bullet.gif' WIDTH=18 HEIGHT=12><A HREF='mailto:cnaeem@MSN.com' CLASS='subLink'>General Information</A><BR>")
	document.write("	<IMG SRC='graphics/bullet.gif' WIDTH=18 HEIGHT=12><A HREF='mailto:cnaeem@MSN.com' CLASS='subLink'>Sales & Marketing</A><BR>")
	}

if (category=='6') {
	document.write("	<IMG SRC='graphics/clear.gif' HEIGHT=20 WIDTH=200><BR>")
	document.write("	<IMG SRC='graphics/bullet.gif' WIDTH=18 HEIGHT=12><A HREF='business_process_where_do_we_start.html' CLASS='subLink'>Where Do We Start?</A><BR>")
	document.write("	<IMG SRC='graphics/bullet.gif' WIDTH=18 HEIGHT=12><A HREF='business_process_fast_quote.html' CLASS='subLink'>Fast Quote</A><BR>")
	document.write("	<IMG SRC='graphics/bullet.gif' WIDTH=18 HEIGHT=12><A HREF='business_process_detailed_questionnaire.html' CLASS='subLink'>Detailed Questionnaire</A><BR>")
	document.write("	<IMG SRC='graphics/bullet.gif' WIDTH=18 HEIGHT=12><A HREF='business_process_pricing_payment.html' CLASS='subLink'>Pricing & Payment</A><BR>")
	document.write("	<IMG SRC='graphics/bullet.gif' WIDTH=18 HEIGHT=12><A HREF='business_process_project_process.html' CLASS='subLink'>Project Process</A><BR>")
	document.write("	<IMG SRC='graphics/bullet.gif' WIDTH=18 HEIGHT=12><A HREF='business_process_pilot_project.html' CLASS='subLink'>Pilot Project</A><BR>")
	}


if (category=='0') {
	document.write("	<IMG SRC='graphics/clear.gif' HEIGHT=20 WIDTH=200><BR>")
	document.write("	<IMG SRC='graphics/bullet_special.gif' WIDTH=18 HEIGHT=12><A HREF='faqs.html' CLASS='subLink'>Frequently Asked Questions</A><BR>")
	document.write("	<IMG SRC='graphics/bullet_special.gif' WIDTH=18 HEIGHT=12><A HREF='business_process.html' CLASS='subLink'>Business Process</A><BR>")
	}
}