//copyright belongs to jeremy steel. it is forbidden to copy, use or distribute any part of this code or design without the permission of jeremy steel


		function showSize(mm) 
		{ 
		rwprint= new Array(21); 
		rwprint[0]="prints0"; 
		rwprint[1]="prints1";
		rwprint[2]="prints2";
		rwprint[3]="prints3";
		rwprint[4]="prints4";
		rwprint[5]="prints5";
		rwprint[6]="prints6";
		rwprint[7]="prints7";
		rwprint[8]="prints8";
		rwprint[9]=document.prints9.sizechosen.value;
		rwprint[10]=document.prints10.sizechosen.value;
		rwprint[11]=document.prints11.sizechosen.value;
		rwprint[12]=document.prints12.sizechosen.value;
		rwprint[13]=document.prints13.sizechosen.value;
		rwprint[14]=document.prints14.sizechosen.value;
		rwprint[15]=document.prints15.sizechosen.value;
		rwprint[16]=document.prints16.sizechosen.value;
		rwprint[17]=document.prints17.sizechosen.value;
		rwprint[18]=document.prints18.sizechosen.value;
		rwprint[19]=document.prints19.sizechosen.value;
		rwprint[20]=document.prints20.sizechosen.value;
		}
		
		function chooseCurrency(mm) 
		{
		rwcost= new Array(21); 
		rwcost[0]="prints0"; 
		rwcost[1]="prints1";
		rwcost[2]="prints2";
		rwcost[3]="prints3";
		rwcost[4]="prints4";
		rwcost[5]="prints5";
		rwcost[6]="prints6";
		rwcost[7]="prints7";
		rwcost[8]="prints8";
		rwcost[9]=document.prints9.currency2pay.value;
		rwcost[10]=document.prints10.currency2pay.value;
		rwcost[11]=document.prints11.currency2pay.value;
		rwcost[12]=document.prints12.currency2pay.value;
		rwcost[13]=document.prints13.currency2pay.value;
		rwcost[14]=document.prints14.currency2pay.value;
		rwcost[15]=document.prints15.currency2pay.value;
		rwcost[16]=document.prints16.currency2pay.value;
		rwcost[17]=document.prints17.currency2pay.value;
		rwcost[18]=document.prints18.currency2pay.value;
		rwcost[19]=document.prints19.currency2pay.value;
		rwcost[20]=document.prints20.currency2pay.value;	
		}
		
		

		

		
				
	function checkfornochoice(mm) 
		{ 
		
		if (document.forms[mm].workselected.value == ' ')
			{
			alert('You must select a print size');
			return false;			
			}
		
		return true;


		}
	
	