var linktext=new Array()
linktext[0]="Please enter your name as you would like to be addressed by workerANT.  This will not be visible to other site users unless you are actively trading with them.  You need to use your real name to be able to complete the verification process."
linktext[1]="Site users must be over 16 to register"
linktext[2]="This is the display name that will appear when you bid, advertise or post on the message boards."
linktext[3]="Choose a title to help people know about the work you need doing.  The search facility uses key words from the title to display ads to users.  By creating a good title you will generate more interest."
linktext[4]="Once you have received bids on your project you may only add to the description things that need more explanation.  You may not make changes that will add to the size or scope of the project.";
linktext[5]="If different to company name."
linktext[6]="This prevents other site users and bidders seeing who the bidders are."
linktext[7]="This prevents other site users and bidders seeing the bid amounts."
linktext[8]="Lowest Price Wins : you are looking for the best price for the job and it is likely to be offered to the lowest bidder.<br>Fixed Price : you know what you are willing to pay for the job and this is not negotiable.<br>Get Quotes : you are not sure what the job is going to cost and would like to select the right person for the job based on a range of criteria not just price."

	function show_text(thetext,whichdiv){
		document.getElementById(whichdiv).innerHTML=linktext[thetext]
	}

	function resetit(whichdiv){
		document.getElementById(whichdiv).innerHTML="";
	}
	function quali_status(){
		var check=document.status_form.quali_status_value.value;
		document.getElementById("qualification").innerHTML=check;
	}
        function account_status(){
                var check=document.status_form.account_status_value.value;
                document.getElementById("account").innerHTML=check;
        }
	

