function changeBox(bx, clr, txt, tclr) {
var box=document.getElementById(bx);
var text=document.getElementById(txt);
box.style.background=clr;
text.style.color=tclr;
return true;
}


function changeDisc(f) {
	var compq='<b>Exapmle: Compaq</b>';
	var help=new Array();
		help[0]="Please begin by giving us some information about your system, and outlining the problem that you are having.  If you are unsure what to put in a specific field, look here for instructions on how to get the information you need.";
		help[1]="Please let us know the Manufacturer of your Computer, the Company that built it.";
		help[2]="Please let us know the Model of your Computer, there should be a number or a name specific to your computer on the exterior of the case.";
		help[3]="About How long have you had your computer?  If you don't remember the exact age, give us your best estimate as to the approximate age.";
		help[4]="To find out the CPU Speed and Brand, Right-Click the \"My Computer\" icon, and select \"Properties\".  The CPU should be listed right above the RAM.";
		help[5]="To find out the Capacity of your Hard Drive, Double-Click the \"My Computer\" icon, which will open a window.  Now Right-Click the icon that represents your Hard Drive (usually C or D), and select \"Properties\". The Capacity should be directly above the Pie Graph.";
		help[6]="To find out the Amount of Space left on your Hard Drive, Double-Click the \"My Computer\" icon, which will open a window.  Now Right-Click the icon that represents your Hard Drive (usually C or D), and select \"Properties\". The Free Space should be next to the Pink Box.";
		help[7]="To find out how much RAM your computer has, Right-Click the \"My Computer\" icon on your desktop, and select \"Properties\".  Near the Bottom of the window that opens up will be the amount of RAM.";
		help[8]="Generally when you Start your Computer, the Operating System name will be displayed. Otherwise, Right-Click the \"My Computer\" icon on your desktop, and select \"Properties\".  The Operating System will be shown near the top of the window that opens up.";
		help[9]="Here please inform us, as best you can, of the problems that you are having with your system.  Also, please inform us as to when and how this problem began.  If your system has ever been worked on, or upgraded before, please explain that to us in detail as well.";
		help[10]="Please begin by giving us some information about your system, and outlining the upgrade that you would like.  If you are unsure what to put in a specific field, look here for instructions on how to get the information you need.";
		help[11]="Please begin by giving us some information about your system, and letting us know about the parts that you would like to upgrade.  If you can, please inform us of the parts that you currently have in your system, and also if you already have the part, or if you would like to purchase it from Tornado Interactive.";
		help[12]="Please begin be telling us about the layout of the network that you would like set up, including the number of computers, estimated feet of wiring, and the type of network.  Also inform us of the different things that you would like to do with your network.  This will help us to best determine the materials necessary to set up your network.";
		help[13]="Please inform us of the number of computers that will be set up in your network.  The minimum number is two, and the maximum is five.  If you would like more than five computers, please contact us using the Support and Orders form so that we may get some additional required information.";
		help[14]="Please inform us of the amount of rooms that your network will be in.";
		help[15]="Please inform us of the estimated amount of feet of wiring that will be required to connect your computers.";
		help[16]="Please inform us of the type of network that you want to have set up.  Client-Server is set up so that all the computers use resources from a main, or Client Computer.  Peer-to-Peer is set up so that all computer share resources.  Peer-to-Peer is the most common type of network for home network.";
		help[17]="Please inform us of the type of Line that you have running to your home or office.";
		help[18]="Please inform us of the Company that provides your Internet Serivce.";
		help[19]="Please inform us of the Operating System(s) that any computers will be running in your network.";
		help[20]="File Sharing allows you to access files on computers from other systems.";
		help[21]="Print Sharing allows you to all the computers to print to the same printer.  This allows you to save costs, by avoiding the need to purchase multiple printers.";
		help[22]="Internet Sharing is just that.  It allows all computer to share one line for the internet connection, and all be online at the same time.  However, some ISP's require an additional charge for this.";
		help[23]="File Security allows you to restrict certain files or privelages to certain users.  If you have some people in the house that you don't want to access your files, we can password protect them, or simply deny access.  This is strongly recommended.";
		help[24]="Network Backup allows you to backup files from all the computers to a single computer.  This is efficiant, becuase if one of the computers crashes, the information will not be lost.";
		help[25]="Also we can set up your network to work for Multiplayer Gaming.  This is a good option for anyone that is into Gaming.";
		help[26]="Here please inform us of any information that you think would be helpful to us. This could include the size of your house, weather the network will span accross multiple floors, and if you have any equipment for the network already.";
	var exam=new Array();
		exam[0]="";
		exam[1]="Example: Compaq";
		exam[2]="Example: Presario 4660";
		exam[3]="Example: 1998";
		exam[4]="Example: Pentium 4 2.0 Ghz";
		exam[5]="Example: 8.0 GB";
		exam[6]="Example: 3.7 GB";
		exam[7]="Example: 128 MB RAM";
		exam[8]="Example: Windows 98 Second Edition";
		exam[9]="";
		exam[10]="";
		exam[11]="";
		exam[12]="";
		exam[13]="";
		exam[14]="";
		exam[15]="Example: 60ft";
		exam[16]="";
		exam[17]="";
		exam[18]="Example: SBC Yahoo DSL";
		exam[19]="";
		exam[20]="";
		exam[21]="";
		exam[22]="";
		exam[23]="";
		exam[24]="";
		exam[25]="";
		exam[26]="";
	var disc=document.getElementById("disc");
		disc.firstChild.nodeValue=help[f];
	var disc2=document.getElementById("disc2");
		disc2.firstChild.nodeValue=exam[f];
	return true;
}

function changeForm(top, mid, bot) {
		if (document.getElementById)
			{document.getElementById(top).style.visibility="visible";}
		else
			if (document.layers) 
				document.layers[top].visibility='show';	
			else 
				document.all[top].style.visibility='visible';
		if (document.getElementById)
			{document.getElementById(mid).style.visibility="hidden";}
		else
			if (document.layers) 
				document.layers[mid].visibility='hide';	
			else 
				document.all[mid].style.visibility='hidden';
		if (document.getElementById)
			{document.getElementById(bot).style.visibility="hidden";}
		else
			if (document.layers) 
				document.layers[bot].visibility='hide';	
			else 
				document.all[bot].style.visibility='hidden';
	}

function changeTabs(top, mid, bot) {
		if (document.getElementById)
			{document.getElementById(top).style.visibility="visible";}
		else
			if (document.layers) 
				document.layers[top].visibility='show';	
			else 
				document.all[top].style.visibility='visible';
		if (document.getElementById)
			{document.getElementById(mid).style.visibility="hidden";}
		else
			if (document.layers) 
				document.layers[mid].visibility='hide';	
			else 
				document.all[mid].style.visibility='hidden';
		if (document.getElementById)
			{document.getElementById(bot).style.visibility="hidden";}
		else
			if (document.layers) 
				document.layers[bot].visibility='hide';	
			else 
				document.all[bot].style.visibility='hidden';
	}
function sameInfo() {
	document.repairForm.upBrand.value=document.repairForm.reBrand.value;
	document.repairForm.upModel.value=document.repairForm.reModel.value;
	document.repairForm.upAge.value=document.repairForm.reAge.value;
	document.repairForm.upCPU.value=document.repairForm.reCPU.value;
	document.repairForm.upHDD.value=document.repairForm.reHDD.value;
	document.repairForm.upHDC.value=document.repairForm.reHDC.value;
	document.repairForm.upRAM.value=document.repairForm.reRAM.value;
	document.repairForm.upOS.value=document.repairForm.reOS.value;
	document.repairForm.reUpSame.value="same";
return true;
}

function changeNetTabs(topUp, topDown, botUp, botDown) {
		if (document.getElementById)
			{document.getElementById(topUp).style.visibility="visible";}
		else
			if (document.layers) 
				document.layers[topUp].visibility='show';	
			else 
				document.all[topUp].style.visibility='visible';
		if (document.getElementById)
			{document.getElementById(topDown).style.visibility="visible";}
		else
			if (document.layers) 
				document.layers[topDown].visibility='show';	
			else 
				document.all[topDown].style.visibility='visible';
		if (document.getElementById)
			{document.getElementById(botUp).style.visibility="hidden";}
		else
			if (document.layers) 
				document.layers[botUp].visibility='hide';	
			else 
				document.all[botUp].style.visibility='hidden';
		if (document.getElementById)
			{document.getElementById(botDown).style.visibility="hidden";}
		else
			if (document.layers) 
				document.layers[botDown].visibility='hide';	
			else 
				document.all[botDown].style.visibility='hidden';
	}

function hideNetTabs(topUp, topDown, botUp, botDown) {
		if (document.getElementById)
			{document.getElementById(topUp).style.visibility="hidden";}
		else
			if (document.layers) 
				document.layers[topUp].visibility='hide';	
			else 
				document.all[topUp].style.visibility='hidden';
		if (document.getElementById)
			{document.getElementById(topDown).style.visibility="hidden";}
		else
			if (document.layers) 
				document.layers[topDown].visibility='hide';
			else 
				document.all[topDown].style.visibility='hidden';
		if (document.getElementById)
			{document.getElementById(botUp).style.visibility="hidden";}
		else
			if (document.layers) 
				document.layers[botUp].visibility='hide';	
			else 
				document.all[botUp].style.visibility='hidden';
		if (document.getElementById)
			{document.getElementById(botDown).style.visibility="hidden";}
		else
			if (document.layers) 
				document.layers[botDown].visibility='hide';	
			else 
				document.all[botDown].style.visibility='hidden';
	}


function changeNetForm(topNet, botNet) {
		if (document.getElementById)
			{document.getElementById(topNet).style.visibility="visible";}
		else
			if (document.layers) 
				document.layers[topNet].visibility='show';	
			else 
				document.all[topNet].style.visibility='visible';
		if (document.getElementById)
			{document.getElementById(botNet).style.visibility="hidden";}
		else
			if (document.layers) 
				document.layers[botNet].visibility='hide';	
			else 
				document.all[botNet].style.visibility='hidden';
}

function hideNetForm(topF, botF) {
		if (document.getElementById)
			{document.getElementById(topF).style.visibility="hidden";}
		else
			if (document.layers) 
				document.layers[topF].visibility='hide';	
			else 
				document.all[topF].style.visibility='hidden';
		if (document.getElementById)
			{document.getElementById(botF).style.visibility="hidden";}
		else
			if (document.layers) 
				document.layers[botF].visibility='hide';	
			else 
				document.all[botF].style.visibility='hidden';
}
