function select_currency()
{
    if( xGetElementById('currencyForm') )
    {
        form = xGetElementById('currencyForm');
        form.method = "POST";
        form.submit();
    }
}