function opentable($title, $pic=false) { if ($pic != false) $bgpic = "style='background-image: url(".$pic."); background-repeat: no-repeat; background-position:center;'"; echo "
$title
\n"; } opentable("TEKST", "banner.gif"); echo " ";