<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>MJGUEST Setup Utility</title>
<meta name="Author" content="mdsjack" lang="it" />
<meta http-equiv="Content-Language" content="en" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Robots" content="noindex,nofollow" />
<style type="text/css">
body { font-size: 80%; background-color: white; color: black; font-family: Trebuchet MS, Georgia, sans-serif; }
a, a:active, a:visited, a:hover { color:#6699CC; }
</style>
<script type="text/javascript">
w = 550;
h = 500;
install = null;
function SetupUtility(dir)
{
install = window.open(dir+'SetupUtility.php', 'install', 'width='+w+'px,height='+h+'px,top='+((screen.availHeight/2)-(h/2))+'px,left='+((screen.availWidth/2)-(w/2))+'px,directories=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0');
if(window.opener) window.close();
if (install != null) install.focus();
}
</script>
</head>
<body>
<body>
<noscript><span style="color: #FF3333">Please enable Javascript and refresh the page to run setup utility!</span><br /></noscript>
<a href="javascript:SetupUtility('');">Open Setup Utility</a>
</body>
</html>