function web()
{
	document.getElementById("lefta").innerHTML = "<b>What type of a website are you interested in?</b>";
	document.getElementById("lefta1").innerHTML = "Select Type:";
	document.getElementById("lefta2").innerHTML = "<select name='typeweb' class='matterTxt'>" +
					"<option value='E-Commerce                 '>E-Commerce                 </option>" +
					"<option value='Web Portal                 '>Web Portal                 </option>" +
					"<option value='Commercial                 '>Commercial                 </option>" +
					"<option value='Web-Based Product Catalogue'>Web-Based Product Catalogue</option>" +
					"<option value='Information                '>Information                </option>" +
					"<option value='Others                     '>Other                      </option>" +
					"</select>";
	document.getElementById("leftb1").innerHTML = "If Other, specify:";
	document.getElementById("leftb2").innerHTML = "<input type='text' name='typewebother' class='matterTxt'>";
	document.getElementById("leftc").innerHTML = "<b><br>Preffered Style of how your website should look like?</b>";
	document.getElementById("leftc1").innerHTML = "Specify URL(s):";
	document.getElementById("leftc2").innerHTML = "<input type='text' name='typeweburl1' class='matterTxt' value='http://'><br><input type='text' name='typeweburl2' class='matterTxt' value='http://'><br><input type='text' name='typeweburl3' class='matterTxt' value='http://'>";
	document.getElementById("leftd1").innerHTML = "Any other details:";
	document.getElementById("leftd2").innerHTML = "<textarea name='typewebdetails' cols=40 rows=8 class='matterTxt'>Any other details about what kind of a website you are interested in?</textarea>";
	document.getElementById("lefte1").innerHTML = "Current Website(if any):";
	document.getElementById("lefte2").innerHTML = "<input type='text' name='typewebcurrent' class='matterTxt' value='http://'>";
	document.getElementById("leftf").innerHTML = "<br><input type='submit' value='Submit Enquiry' class='matterTxt'> <input type='reset' value='Clear All' class='matterTxt'>";
};

function application()
{
	document.getElementById("lefta").innerHTML = "<b>In which Application / Software are you interested?</b>";
	document.getElementById("lefta1").innerHTML = "Select Type:";
	document.getElementById("lefta2").innerHTML = "<select name='typeapplication' class='matterTxt'>" +
					"<option value='Document Management System – DMS (Version 1.0)                         '>Document Management System (Ver.1.0)</option>" +
					"<option value='Project Management System – PMS (Version 1.0)                          '>Project Management System (Ver.1.0)</option>" +
					"<option value='Paper Product – (Inventory + Accounts) – Exclusively for Paper Dealers '>Paper Product – (Inventory + Accounts)</option>" +
					"<option value='Financial Accounting System – VB/Oracle/SQL Server                     '>Financial Accounting System</option>" +
					"<option value='Payroll Management System                                              '>Payroll Management System  </option>" +
					"<option value='Hospital Management System                                             '>Hospital Management System </option>" +
					"<option value='School Management System                                               '>School Management System   </option>" +
					"<option value='Other'>Other</option>" +
					"</select>";
	document.getElementById("leftb1").innerHTML = "If Other, specify:";
	document.getElementById("leftb2").innerHTML = "<input type='text' name='typeapplicationother' class='matterTxt'>";
	document.getElementById("leftc").innerHTML = "<b><br>Preffered Application / Software Style?</b>";
	document.getElementById("leftc1").innerHTML = "Specify Name(s)/URL(s):";
	document.getElementById("leftc2").innerHTML = "<input type='text' name='typeapplicationurl1' class='matterTxt'><br><input type='text' name='typeapplicationurl2' class='matterTxt'><br><input type='text' name='typeapplicationurl3' class='matterTxt'>";
	document.getElementById("leftd1").innerHTML = "Any other details:";
	document.getElementById("leftd2").innerHTML = "<textarea name='typeapplicationdetails' cols=40 rows=8 class='matterTxt'>Any other details about what kind of an Application / Software customization you want e.g. preffered Currency, Date Time Zones etc.?</textarea>";
	document.getElementById("lefte1").innerHTML = "Application in use(if any):";
	document.getElementById("lefte2").innerHTML = "<input type='text' name='typeapplicationcurrent' class='matterTxt'>";
	document.getElementById("leftf").innerHTML = "<br><input type='submit' value='Submit Enquiry' class='matterTxt'> <input type='reset' value='Clear All' class='matterTxt'>";
};	
