In a former version of the Habbo homepage these were used as header images (and that’s what they still could be useful for on your site ;).
$handle = opendir(dirname(realpath(__FILE__)).'/webview/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

';
}
}
?>
include("menu.php"); ?>