$a_cur=$_SESSION['currency']; $p_without_dolar=25; echo currency("USD","$a_cur",$p_without_dolar);?>
$a_cur=$_SESSION['currency']; $p_without_dolar=10; echo currency("USD","$a_cur",$p_without_dolar);?>
$a_cur=$_SESSION['currency']; $p_without_dolar=100; echo currency("USD","$a_cur",$p_without_dolar);?>
$a_cur=$_SESSION['currency']; $p_without_dolar=50; echo currency("USD","$a_cur",$p_without_dolar);?>