<?php
if(empty($data)) print("<iframe height=800 width=100% frameborder=0 name=\"details\" src=\"details-nosearch.php\">
</iframe>");

else print("<iframe height=800 width=100% frameborder=0 name=\"details\" src=\"details-nogroup.php\">
</iframe>");
?>