
function t(e){
    e.parentNode.className = (e.parentNode.className == "expand" ? "" : "expand");
	// ie fix
    //$("content").style.height = $("content").offsetHeight; $("content").style.height = "auto";
    // deactivate href
	return false;
}

function changeCurrency( el ) {
	el.form.submit();
}
