'Fr.' , 'EUR' => '€' , 'USD' => '$' , ); $currency = 'EUR'; $layoutType = initLayoutType(); $pref1_pref2=pref1_pref2(); $found=""; if(isset($_GET['ind'])){ list($part1,$part2,$part3)= split ("-", $_GET['ind'], 3); $part3=""; } elseif ( isset($_GET['t'] ) ) { list($part1,$part2,$part3)= split ("-", $_GET['t'], 3); } if ( strlen($part3)!=4 || !is_numeric($part3) ) { $part3=""; }; $price = ""; if ( isset($_GET['amount']) ){ if ( preg_match('/^[0-9]+(\.[0-9]{0,2})?$/', $_GET['amount']) ){ $price = $_GET['amount']; } } if ( isset($_POST['amount']) ){ if ( preg_match('/^[0-9]+(\.[0-9]{0,2})?$/', $_POST['amount']) ){ $price = $_POST['amount']; } } $number = ""; if ( isset( $_POST['action'] ) ){ $_SESSION['action'] = $_POST['action']; } if ( isset( $_GET['action'] ) ){ $_SESSION['action'] = $_GET['action']; } $debug_IE = FALSE; $using_ie6 = (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE 6.') !== FALSE); ?>