	function updateCurrencySettings()
	{
		fv = new formValidator();
		
		fv.findObj("code").value = '<iframe src="http://www.sa-venues.com/currency/currency.php?';
		
		if (!fv.isEmpty("background"))
			fv.findObj("code").value += 'bg='+fv.findObj("background").value+'&';
		
		if (!fv.isEmpty("font"))
			fv.findObj("code").value += 'font='+fv.findObj("font").value+'&';
			
		if (!fv.isEmpty("fontsize"))
			fv.findObj("code").value += 'fsize='+fv.findObj("fontsize").value+'&';
			
		if (!fv.isEmpty("color"))
			fv.findObj("code").value += 'fcolor='+fv.findObj("color").value+'&';

		fv.findObj("code").value += '" width="100%" height="840" scrolling="auto" frameborder="0"><font face="arial" size="2">Your browser does not support frames or is currently configured not to display frames. The currency converter can therefore not be displayed.</font></iframe><noframes>Currency Converter powered by SA Venues.com - <a href="http://www.sa-venues.com">South Africa Travel</a></noframes>';
	}

