function submitChange(liste)
{
	i = liste.options[liste.selectedIndex].value;
	if(i=='LimitedCompany')
	{
		document.getElementById("aLimitedCompany").style.display='block';
		document.getElementById("aSoleTrader").style.display='none';
		document.getElementById("aPartnership").style.display='none';
	}
	else if(i=="SoleTrader")
	{
		document.getElementById("aLimitedCompany").style.display='none';
		document.getElementById("aSoleTrader").style.display='block';
		document.getElementById("aPartnership").style.display='none';
	}
	else if(i=="Partnership")
	{
		document.getElementById("aLimitedCompany").style.display='none';
		document.getElementById("aSoleTrader").style.display='none';
		document.getElementById("aPartnership").style.display='block';
	}
	else
	{
	}
}

function submitNew(Answer)
{
 i = Answer;
	 if(i=="off")
	 {
		document.getElementById("NewCustomer").style.display='block';
	 }
	 else if(i=="on")
	 {
		document.getElementById("NewCustomer").style.display='none';
	 }
}

function ShowDiv(iddiv)
{
	if(document.getElementById(iddiv).style.display=='block')
	{
		document.getElementById(iddiv).style.display='none';
	}
	else if(document.getElementById(iddiv).style.display=='none')
	{
		document.getElementById(iddiv).style.display='block';
	}
}

function CreditCard()
{
alert("Please Note: Sample books will not be sent out until payment received.\nPlease contact us by phone on 0044 (0) 1322 380568 or by fax on 0044 (0) 1322 380680 with your card details as we would advise that these details are not provided via e-mail as the site is not secure.\n We will not take payment until books are ready.\n If we have not heard from you by the time books are ready we will contact you for your card details, but if we are unable to get a response this may mean your books are allocated to someone else and delay your order.\n We accept all major credit cards except American Express. ");
}

function Transfert()
{
alert("Please Note: Sample books will not be sent out until payment received.\nWe will contact you with invoice total and bank details.\n We will then contact you shortly before books are ready to ask for payment.\n If we are unable to get a response this may mean your books are allocated to someone else and delay your order.\n Please ensure that when making payment some reference is used to identify yourself. ");
}

function Cheque()
{
alert("Please Note: Sample books will not be sent out until payment received.\nWe will contact you with invoice total.\n Please make cheques payable to Michael's Bridal Fabrics Ltd.\n We will not cash your cheque until the day before your books are ready to leave.\n If we have not received your cheque by the time your books are ready we will contact you, but if we are unable to get a response this may mean your books are allocated to someone else and delay your order.");
}
