<?php
/* +----------------------------------------------------------------------+
| Netautor Professional Application Server |
+----------------------------------------------------------------------+
| Copyright (C) 1998-2005 digiconcept GmbH. <www.digiconcept.net> |
+----------------------------------------------------------------------+
| This file is subject to license, that is bundled with this package |
| in the file LICENSE.TXT, and is available at through the |
| world-wide-web at http://www.netautor.com/license/ |
| |
| If you did not receive a copy of the license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| hide@address.com so we can mail you a copy. |
+----------------------------------------------------------------------+
| Authors: Stefan Rottensteiner <hide@address.com> |
| Marek Kadziela <hide@address.com> |
| Gregor Wollner |
| Christian Unger |
| Helli Kleinhans |
+----------------------------------------------------------------------+*/
/**
* @version $Revision: 1.11 $
*/
require_once('../include/init.inc');
if($GLOBALS['USER']->ID<=10)
$GLOBALS['USER']->login_call();
?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>digiconcept/netautor</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta name="robots" content="nofollow">
</head>
<script language="JavaScript">
<!--
function getFrameByName(theFrameName,startObject)
{
if (!startObject) startObject = this;
if (!startObject.frames) { return null; }
if (startObject.frames[ theFrameName ]) { return startObject.frames[ theFrameName ]; }
var fc = startObject.frames.length;
var re = null;
for (var fi = 0; fi < fc ; fi++ )
{
re = getFrameByName( theFrameName , startObject.frames[ fi ] );
if (re != null ) return re;
}
return re;
}
function scrollFrames(frameNames)
{
var goFrames = ( frameNames.indexOf(',') ? frameNames.split(',') : new Array ( frameNames ));
for (fr=0; fr<goFrames.length; fr++)
{
if(getFrameByName(goFrames[fr]) != null)
{
getFrameByName(goFrames[fr]).scrollTo(0,0);
}
}
}
// -->
</script>
<frameset rows="80,*" border="0">
<frame src="menu.php" name="menu" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" border="0" scrolling="no" noresize>
<frame src="about.html" name="main" marginwidth="10" marginheight="10" leftmargin="10" topmargin="10" border="0" noresize>
</frameset>
</html>