// ******************************************************************* // top_frame.php // ******************************************************************* include("include/config.php"); include("include/functions.php"); include("include/common.php"); include("include/session.php"); session_start(); $language = $gl["Language"]; include("include/lang/$language.php"); $theme = 'original'; include("themes/original/tables.php"); $style = "netscape"; if(strstr($HTTP_USER_AGENT, "MSIE")){$style = "style";} ?>