var tmpVar = '';
var height = 138;
function ap( sName, sValue ) { return '\n'}
function writeUserParams() {
var tmpStr = '';
var arrParams;
var tmpArr;
if (tmpVar != '') {
var tt = tmpVar.substr(0,1);
if (tt == '|') {
tmpVar = tmpVar.substr(1);
}
arrParams = tmpVar.split('|');
for (n=0; n< arrParams.length; n++) {
tmpArr = arrParams[n].split(',');
if (paramOK(tmpArr[0])) {
var tmp = tmpArr[1];
for (i=2;i';
appStr += writeUserParams();
if (userId != '')
appStr += ap('User',userId);
appStr += ap('Partner','6899');
appStr += ap('LinkTarget','_top');
if (currencies != '')
appStr += ap('Currencies',currencies);
if (from != '')
appStr += ap('From',from);
if (to != '')
appStr += ap('To',to);
if (amount != '')
appStr += ap('Amount',amount);
if (lang != '')
appStr += ap('Lang',lang);
appStr += writeUserParams();
appStr += 'You must have a Java plugin installed and enabled. Please download one from e.g. Sun'
appStr += '';
tmpVar = '';
document.write (appStr);
}
function CurrencyConverterSimple(userId) {
CurrencyConverter(userId,'','','','','');
}
function CurrencyConverterChoice(userId,currencies) {
CurrencyConverter(userId,currencies,'','','','');
}