<!--
				function changeCurrency(sel)
				{
					var val = sel.options[sel.selectedIndex].value;
					var pgurl = 'https://www.securepaynet.net/gdshop/rhp/default.asp?prog%5Fid=422144&ci=7648&currencyType=cctt&app%5Fhdr='
					if (val != '') pgurl = pgurl.replace('cctt', val);
				
					window.open(pgurl, '_top');
			
				}
				//-->