<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css" />
<?php
echo "<script language=\"JavaScript\" type=\"text/JavaScript\">\n" ;
echo "<!--\n";
echo "function wopen(url, name, w, h, scroll)\n";
echo "{\n";
// Fudge factors for window decoration space.
// In my tests these work well on all platforms & browsers.
echo " w += 0;\n";
echo " h += 56;\n";
echo " wleft = (screen.width - w) / 2;\n";
echo " wtop = (screen.height - h) / 2;\n";
echo " var win = window.open(url,name,'width=' + w + ', height=' + h + ', ' + 'left=' + wleft + ', top=' + wtop + ', ' + 'location=no, menubar=no, ' + 'status=no, toolbar=no, scrollbars=' + scroll + ', resizable=no');\n";
// Just in case width and height are ignored
echo " win.resizeTo(w, h);\n";
// Just in case left and top are ignored
echo " win.moveTo(wleft, wtop);\n";
echo " win.focus();\n";
echo "}\n";
echo "// -->\n";
echo "</script>\n";
?>
</head>
<body>
<div class="box">
<div class="boxtop"><div></div></div>
<!-- overLIB (c) Erik Bosrup -->
<div id="overDiv" style="position:relative; left:5; visibility:hidden; z-index:1000;">
<script language="JavaScript" src="overlib.js" type="text/JavaScript"><!-- overLIB (c) Erik Bosrup --></script>
<script language="JavaScript" type="text/JavaScript">
new menu (MENU_ITEMS, MENU_POS);
</script></div>
<div class="content">
<div class="header">
<div class="logo">Taskmanager project</div>
<div style="position:absolute; left:580; top:5;">
<img src="images/groups.gif" width="42" height="42" alt="groups.gif 42x42" border="1" />
<img src="images/msgs.gif" width="42" height="42" alt="groups.gif 42x42" border="1" />
<br />
<img src="images/cal.gif" width="42" height="42" alt="groups.gif 42x42" border="1" />
<img src="images/main.gif" width="42" height="42" alt="groups.gif 42x42" border="1" />
</div>
</div>