main();
$strErrMsg='';
if (count($objSetup->arrError)>0)
$strErrMsg = implode("
\n",$objSetup->arrError);
$urlCSS = '';
$urlJS = '';
$url='';
$port = ( $_SERVER['SERVER_PORT'] == 80 ) ? '' : ":".$_SERVER['SERVER_PORT'];
$root = $_SERVER['SERVER_NAME'].$port.$_SERVER['PHP_SELF'];
$root = str_replace(basename($_SERVER['PHP_SELF']),"",$root);
$root = str_replace("/admin","",$root);
$root = str_replace("/inc","",$root);
$root = str_replace("/php","",$root);
$url = "http://".$root;
$urlCSS = $url."inc/css/";
$urlJS = $url."inc/js/";
?>