function changelevel1(){
switch (document.form1.curr.options[document.form1.curr.selectedIndex].value)
{
	case "USD":
		if (document.form1.currency_code.value == "GBP"){
		  document.form1.amount.value = Math.round(document.form1.amount.value*1.8);
		  document.form1.currency_code.value = "USD";
		}
	break;
	case "GBP":
		if (document.form1.currency_code.value == "USD"){
		  document.form1.amount.value = Math.round((document.form1.amount.value/1.8)*100)/100;
		  document.form1.currency_code.value = "GBP";
		}
	break;
}
}
function changelevel2(){
switch (document.form2.curr.options[document.form2.curr.selectedIndex].value)
{
	case "USD":
		if (document.form2.currency_code.value == "GBP"){
		  document.form2.amount.value = Math.round(document.form2.amount.value*1.8);
		  document.form2.currency_code.value = "USD";
		}
	break;
	case "GBP":
		if (document.form2.currency_code.value == "USD"){
		  document.form2.amount.value = Math.round((document.form2.amount.value/1.8)*100)/100;
		  document.form2.currency_code.value = "GBP";
		}
	break;
}
}
function changelevel3(){
switch (document.form3.curr.options[document.form3.curr.selectedIndex].value)
{
	case "USD":
		if (document.form3.currency_code.value == "GBP"){
		  document.form3.amount.value = Math.round(document.form3.amount.value*1.8);
		  document.form3.currency_code.value = "USD";
		}
	break;
	case "GBP":
		if (document.form3.currency_code.value == "USD"){
		  document.form3.amount.value = Math.round((document.form3.amount.value/1.8)*100)/100;
		  document.form3.currency_code.value = "GBP";
		}
	break;
}
}
function changelevel4(){
switch (document.form4.curr.options[document.form4.curr.selectedIndex].value)
{
	case "USD":
		if (document.form4.currency_code.value == "GBP"){
		  document.form4.amount.value = Math.round(document.form4.amount.value*1.8);
		  document.form4.currency_code.value = "USD";
		}
	break;
	case "GBP":
		if (document.form4.currency_code.value == "USD"){
		  document.form4.amount.value = Math.round((document.form4.amount.value/1.8)*100)/100;
		  document.form4.currency_code.value = "GBP";
		}
	break;
}
}
function changelevel5(){
switch (document.form5.curr.options[document.form5.curr.selectedIndex].value)
{
	case "USD":
		if (document.form5.currency_code.value == "GBP"){
		  document.form5.amount.value = Math.round(document.form5.amount.value*1.8);
		  document.form5.currency_code.value = "USD";
		}
	break;
	case "GBP":
		if (document.form5.currency_code.value == "USD"){
		  document.form5.amount.value = Math.round((document.form5.amount.value/1.8)*100)/100;
		  document.form5.currency_code.value = "GBP";
		}
	break;
}
}
function changelevel6(){
switch (document.form6.curr.options[document.form6.curr.selectedIndex].value)
{
	case "USD":
		if (document.form6.currency_code.value == "GBP"){
		  document.form6.amount.value = Math.round(document.form6.amount.value*1.8);
		  document.form6.currency_code.value = "USD";
		}
	break;
	case "GBP":
		if (document.form6.currency_code.value == "USD"){
		  document.form6.amount.value = Math.round((document.form6.amount.value/1.8)*100)/100;
		  document.form6.currency_code.value = "GBP";
		}
	break;
}
}
function changelevel7(){
switch (document.form7.curr.options[document.form7.curr.selectedIndex].value)
{
	case "USD":
		if (document.form7.currency_code.value == "GBP"){
		  document.form7.amount.value = Math.round(document.form7.amount.value*1.8);
		  document.form7.currency_code.value = "USD";
		}
	break;
	case "GBP":
		if (document.form7.currency_code.value == "USD"){
		  document.form7.amount.value = Math.round((document.form7.amount.value/1.8)*100)/100;
		  document.form7.currency_code.value = "GBP";
		}
	break;
}
}
function changelevel8(){
switch (document.form8.curr.options[document.form8.curr.selectedIndex].value)
{
	case "USD":
		if (document.form8.currency_code.value == "GBP"){
		  document.form8.amount.value = Math.round(document.form8.amount.value*1.8);
		  document.form8.currency_code.value = "USD";
		}
	break;
	case "GBP":
		if (document.form8.currency_code.value == "USD"){
		  document.form8.amount.value = Math.round((document.form8.amount.value/1.8)*100)/100;
		  document.form8.currency_code.value = "GBP";
		}
	break;
}
}
function changelevel9(){
switch (document.form9.curr.options[document.form9.curr.selectedIndex].value)
{
	case "USD":
		if (document.form9.currency_code.value == "GBP"){
		  document.form9.amount.value = Math.round(document.form9.amount.value*1.8);
		  document.form9.currency_code.value = "USD";
		}
	break;
	case "GBP":
		if (document.form9.currency_code.value == "USD"){
		  document.form9.amount.value = Math.round((document.form9.amount.value/1.8)*100)/100;
		  document.form9.currency_code.value = "GBP";
		}
	break;
}
}
function changelevel10(){
switch (document.form10.curr.options[document.form10.curr.selectedIndex].value)
{
	case "USD":
		if (document.form10.currency_code.value == "GBP"){
		  document.form10.amount.value = Math.round(document.form10.amount.value*1.8);
		  document.form10.currency_code.value = "USD";
		}
	break;
	case "GBP":
		if (document.form10.currency_code.value == "USD"){
		  document.form10.amount.value = Math.round((document.form10.amount.value/1.8)*100)/100;
		  document.form10.currency_code.value = "GBP";
		}
	break;
}
}
function changelevel11(){
switch (document.form11.curr.options[document.form11.curr.selectedIndex].value)
{
	case "USD":
		if (document.form11.currency_code.value == "GBP"){
		  document.form11.amount.value = Math.round(document.form11.amount.value*1.8);
		  document.form11.currency_code.value = "USD";
		}
	break;
	case "GBP":
		if (document.form11.currency_code.value == "USD"){
		  document.form11.amount.value = Math.round((document.form11.amount.value/1.8)*100)/100;
		  document.form11.currency_code.value = "GBP";
		}
	break;
}
}
function changelevel12(){
switch (document.form12.curr.options[document.form12.curr.selectedIndex].value)
{
	case "USD":
		if (document.form12.currency_code.value == "GBP"){
		  document.form12.amount.value = Math.round(document.form12.amount.value*1.8);
		  document.form12.currency_code.value = "USD";
		}
	break;
	case "GBP":
		if (document.form12.currency_code.value == "USD"){
		  document.form12.amount.value = Math.round((document.form12.amount.value/1.8)*100)/100;
		  document.form12.currency_code.value = "GBP";
		}
	break;
}
}
function changelevel13(){
switch (document.form13.curr.options[document.form13.curr.selectedIndex].value)
{
	case "USD":
		if (document.form13.currency_code.value == "GBP"){
		  document.form13.amount.value = Math.round(document.form13.amount.value*1.8);
		  document.form13.currency_code.value = "USD";
		}
	break;
	case "GBP":
		if (document.form13.currency_code.value == "USD"){
		  document.form13.amount.value = Math.round((document.form13.amount.value/1.8)*100)/100;
		  document.form13.currency_code.value = "GBP";
		}
	break;
}
}
function changelevel14(){
switch (document.form14.curr.options[document.form14.curr.selectedIndex].value)
{
	case "USD":
		if (document.form14.currency_code.value == "GBP"){
		  document.form14.amount.value = Math.round(document.form14.amount.value*1.8);
		  document.form14.currency_code.value = "USD";
		}
	break;
	case "GBP":
		if (document.form14.currency_code.value == "USD"){
		  document.form14.amount.value = Math.round((document.form14.amount.value/1.8)*100)/100;
		  document.form14.currency_code.value = "GBP";
		}
	break;
}
}
function changelevel15(){
switch (document.form15.curr.options[document.form15.curr.selectedIndex].value)
{
	case "USD":
		if (document.form15.currency_code.value == "GBP"){
		  document.form15.amount.value = Math.round(document.form15.amount.value*1.8);
		  document.form15.currency_code.value = "USD";
		}
	break;
	case "GBP":
		if (document.form15.currency_code.value == "USD"){
		  document.form15.amount.value = Math.round((document.form15.amount.value/1.8)*100)/100;
		  document.form15.currency_code.value = "GBP";
		}
	break;
}
}
function changelevel16(){
switch (document.form16.curr.options[document.form16.curr.selectedIndex].value)
{
	case "USD":
		if (document.form16.currency_code.value == "GBP"){
		  document.form16.amount.value = Math.round(document.form16.amount.value*1.8);
		  document.form16.currency_code.value = "USD";
		}
	break;
	case "GBP":
		if (document.form16.currency_code.value == "USD"){
		  document.form16.amount.value = Math.round((document.form16.amount.value/1.8)*100)/100;
		  document.form16.currency_code.value = "GBP";
		}
	break;
}
}
function changelevel17(){
switch (document.form17.curr.options[document.form17.curr.selectedIndex].value)
{
	case "USD":
		if (document.form17.currency_code.value == "GBP"){
		  document.form17.amount.value = Math.round(document.form17.amount.value*1.8);
		  document.form17.currency_code.value = "USD";
		}
	break;
	case "GBP":
		if (document.form17.currency_code.value == "USD"){
		  document.form17.amount.value = Math.round((document.form17.amount.value/1.8)*100)/100;
		  document.form17.currency_code.value = "GBP";
		}
	break;
}
}
function changelevel18(){
switch (document.form18.curr.options[document.form18.curr.selectedIndex].value)
{
	case "USD":
		if (document.form18.currency_code.value == "GBP"){
		  document.form18.amount.value = Math.round(document.form18.amount.value*1.8);
		  document.form18.currency_code.value = "USD";
		}
	break;
	case "GBP":
		if (document.form18.currency_code.value == "USD"){
		  document.form18.amount.value = Math.round((document.form18.amount.value/1.8)*100)/100;
		  document.form18.currency_code.value = "GBP";
		}
	break;
}
}
function changelevel19(){
switch (document.form19.curr.options[document.form19.curr.selectedIndex].value)
{
	case "USD":
		if (document.form19.currency_code.value == "GBP"){
		  document.form19.amount.value = Math.round(document.form19.amount.value*1.8);
		  document.form19.currency_code.value = "USD";
		}
	break;
	case "GBP":
		if (document.form19.currency_code.value == "USD"){
		  document.form19.amount.value = Math.round((document.form19.amount.value/1.8)*100)/100;
		  document.form19.currency_code.value = "GBP";
		}
	break;
}
}
function changelevel20(){
switch (document.form20.curr.options[document.form20.curr.selectedIndex].value)
{
	case "USD":
		if (document.form20.currency_code.value == "GBP"){
		  document.form20.amount.value = Math.round(document.form20.amount.value*1.8);
		  document.form20.currency_code.value = "USD";
		}
	break;
	case "GBP":
		if (document.form20.currency_code.value == "USD"){
		  document.form20.amount.value = Math.round((document.form20.amount.value/1.8)*100)/100;
		  document.form20.currency_code.value = "GBP";
		}
	break;
}
}
function changelevel21(){
switch (document.form21.curr.options[document.form21.curr.selectedIndex].value)
{
	case "USD":
		if (document.form21.currency_code.value == "GBP"){
		  document.form21.amount.value = Math.round(document.form21.amount.value*1.8);
		  document.form21.currency_code.value = "USD";
		}
	break;
	case "GBP":
		if (document.form21.currency_code.value == "USD"){
		  document.form21.amount.value = Math.round((document.form21.amount.value/1.8)*100)/100;
		  document.form21.currency_code.value = "GBP";
		}
	break;
}
}
function changelevel22(){
switch (document.form22.curr.options[document.form22.curr.selectedIndex].value)
{
	case "USD":
		if (document.form22.currency_code.value == "GBP"){
		  document.form22.amount.value = Math.round(document.form22.amount.value*1.8);
		  document.form22.currency_code.value = "USD";
		}
	break;
	case "GBP":
		if (document.form22.currency_code.value == "USD"){
		  document.form22.amount.value = Math.round((document.form22.amount.value/1.8)*100)/100;
		  document.form22.currency_code.value = "GBP";
		}
	break;
}
}
function changelevel23(){
switch (document.form23.curr.options[document.form23.curr.selectedIndex].value)
{
	case "USD":
		if (document.form23.currency_code.value == "GBP"){
		  document.form23.amount.value = Math.round(document.form23.amount.value*1.8);
		  document.form23.currency_code.value = "USD";
		}
	break;
	case "GBP":
		if (document.form23.currency_code.value == "USD"){
		  document.form23.amount.value = Math.round((document.form23.amount.value/1.8)*100)/100;
		  document.form23.currency_code.value = "GBP";
		}
	break;
}
}
function changelevel24(){
switch (document.form24.curr.options[document.form24.curr.selectedIndex].value)
{
	case "USD":
		if (document.form24.currency_code.value == "GBP"){
		  document.form24.amount.value = Math.round(document.form24.amount.value*1.8);
		  document.form24.currency_code.value = "USD";
		}
	break;
	case "GBP":
		if (document.form24.currency_code.value == "USD"){
		  document.form24.amount.value = Math.round((document.form24.amount.value/1.8)*100)/100;
		  document.form24.currency_code.value = "GBP";
		}
	break;
}
}
function changelevel25(){
switch (document.form25.curr.options[document.form25.curr.selectedIndex].value)
{
	case "USD":
		if (document.form25.currency_code.value == "GBP"){
		  document.form25.amount.value = Math.round(document.form25.amount.value*1.8);
		  document.form25.currency_code.value = "USD";
		}
	break;
	case "GBP":
		if (document.form25.currency_code.value == "USD"){
		  document.form25.amount.value = Math.round((document.form25.amount.value/1.8)*100)/100;
		  document.form25.currency_code.value = "GBP";
		}
	break;
}
}
function changelevel26(){
switch (document.form26.curr.options[document.form26.curr.selectedIndex].value)
{
	case "USD":
		if (document.form26.currency_code.value == "GBP"){
		  document.form26.amount.value = Math.round(document.form26.amount.value*1.8);
		  document.form26.currency_code.value = "USD";
		}
	break;
	case "GBP":
		if (document.form26.currency_code.value == "USD"){
		  document.form26.amount.value = Math.round((document.form26.amount.value/1.8)*100)/100;
		  document.form26.currency_code.value = "GBP";
		}
	break;
}
}
function changelevel27(){
switch (document.form27.curr.options[document.form27.curr.selectedIndex].value)
{
	case "USD":
		if (document.form27.currency_code.value == "GBP"){
		  document.form27.amount.value = Math.round(document.form27.amount.value*1.8);
		  document.form27.currency_code.value = "USD";
		}
	break;
	case "GBP":
		if (document.form27.currency_code.value == "USD"){
		  document.form27.amount.value = Math.round((document.form27.amount.value/1.8)*100)/100;
		  document.form27.currency_code.value = "GBP";
		}
	break;
}
}
function changelevel28(){
switch (document.form28.curr.options[document.form28.curr.selectedIndex].value)
{
	case "USD":
		if (document.form28.currency_code.value == "GBP"){
		  document.form28.amount.value = Math.round(document.form28.amount.value*1.8);
		  document.form28.currency_code.value = "USD";
		}
	break;
	case "GBP":
		if (document.form28.currency_code.value == "USD"){
		  document.form28.amount.value = Math.round((document.form28.amount.value/1.8)*100)/100;
		  document.form28.currency_code.value = "GBP";
		}
	break;
}
}