<html>
<head>
<title><?php echo $title ?></title>
</head>
<body leftmargin="0" topmargin="0" bottommargin="0" rightmargin="0" marginheight="0" marginwidth="0">
<?php
if ($z != "" && $width != "" && $height != "") {
print "<img src=\"$z\" width=\"$width\" height=\"$height\">";
} else {
print "";
}
?>
<SCRIPT TYPE="text/javascript">
<!--
window.focus();
//-->
</SCRIPT>
</body>
</html>