mapMarg = new Image(); mapMarg.src = \"images/marg.gif\"; map0 = new Image(); map0.src = \"images/marg0.gif\"; map1 = new Image(); map1.src = \"images/marg1.gif\"; map2 = new Image(); map2.src = \"images/marg2.gif\"; map3 = new Image(); map3.src = \"images/marg3.gif\"; map4 = new Image(); map4.src = \"images/marg4.gif\"; map5 = new Image(); map5.src = \"images/marg5.gif\"; map6 = new Image(); map6.src = \"images/marg6.gif\"; map7 = new Image(); map7.src = \"images/marg7.gif\"; map8 = new Image(); map8.src = \"images/marg8.gif\"; map9 = new Image(); map9.src = \"images/marg9.gif\"; "; $rqt = " select indexint_id, indexint_comment, indexint_name from indexint where indexint_name in ('000','100','200','300','400','500','600','700','800','900') "; $res = pmb_mysql_query($rqt, $dbh); while($indexint=pmb_mysql_fetch_object($res)) { $indexint->indexint_comment = pmb_preg_replace('/\r/', ' ', $indexint->indexint_comment); $indexint->indexint_comment = pmb_preg_replace('/\n/', ' ', $indexint->indexint_comment); $marguerite_img = pmb_preg_replace("/!!".$indexint->indexint_name."!!/m", htmlentities($indexint->indexint_comment,ENT_QUOTES,$charset), $marguerite_img); $marguerite_img = pmb_preg_replace("/!!id".$indexint->indexint_name."!!/", $indexint->indexint_id, $marguerite_img); } print preg_replace('/!!indexint_title!!/m',$msg["colors_marguerite"], $decimal_see_header); print "".$marguerite_img; print "".$msg["put_mouse_over_petals"].""; print $decimal_see_footer;