<html>
<head>
<script type=”text/javascript” language=”JavaScript”>
<!– Copyright 2002 Bontrager Connection, LLC
function getCalendarDate()
{
var months = new Array(13);
months[0] = “January”;
months[1] = “February”;
months[2] = “March”;
months[3] = “April”;
months[4] = “May”;
months[5] = “June”;
months[6] = “July”;
months[7] = “August”;
months[8] = “September”;
months[9] = “October”;
months[10] = “November”;
months[11] = “December”;
var now = new Date();
var monthnumber = now.getMonth();
var monthname = months[monthnumber];
var monthday = now.getDate();
var year = now.getYear();
if(year < 2000) { year = year + 1900; }
var dateString = monthname +
‘ ‘ +
monthday +
‘, ‘ +
year;
return dateString;
} // function getCalendarDate()
function getClockTime()
{
var now = new Date();
var hour = now.getHours();
var minute = now.getMinutes();
var second = now.getSeconds();
var ap = “AM”;
if (hour > 11) { ap = “PM”; }
if (hour > 12) { hour = hour - 12; }
if (hour == 0) { hour = 12; }
if (hour < 10) { hour = “0″ + hour; }
if (minute < 10) { minute = “0″ + minute; }
if (second < 10) { second = “0″ + second; }
var timeString = hour +
‘:’ +
minute +
‘:’ +
second +
” ” +
ap;
return timeString;
} // function getClockTime()
//–>
</script>
<title>Corporate Portal</title>
<style type=”text/css”>
#tablist{
padding: 2px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0;
font: bold 12px Verdana;
}
#tablist li{
list-style: none;
display: inline;
margin: 0;
}
#tablist li a{
text-decoration: none;
padding: 2px 0.4em;
margin-left: 0px;
border: none;
border-bottom: none;
border-top:none;
background:;
}
#tablist li a:link, #tablist li a:visited{
color: white;
}
#tablist li a:hover{
color: #FF0000;
background: ;
border-color: #227;
}
#tablist li a.current{
color:#navy;
background: #;
}
</style>
<script type=”text/javascript”>
var selectedtablink=”"
var tcischecked=false
function handlelink(aobject){
selectedtablink=aobject.href
tcischecked=(document.tabcontrol && document.tabcontrol.tabcheck.checked)? true : false
if (document.getElementById && !tcischecked){
var tabobj=document.getElementById(”tablist”)
var tabobjlinks=tabobj.getElementsByTagName(”A”)
for (i=0; i<tabobjlinks.length; i++)
tabobjlinks[i].className=”"
aobject.className=”current”
document.getElementById(”tabiframe”).src=selectedtablink
return false
}
else
return true
}
function handleview(){
tcischecked=document.tabcontrol.tabcheck.checked
if (document.getElementById && tcischecked){
if (selectedtablink!=”")
window.location=selectedtablink
}
}
</script>
<style type=”text/css”>
/********************************************/
#dropmenudiv{
position:absolute;
border:1px solid grey;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 2px;
border-bottom: 1px solid grey;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}
#dropmenudiv a:hover{ /*hover background color*/
background-color: ;
}
body {
background-image: url();
margin-left: 0%;
margin-top: 0%;
margin-right: 0%;
margin-bottom: 0%;
}
.style8 {color: #black}
</style>
<script type=”text/javascript”>
/***********************************************
***********************************************/
var menu3=new Array()
menu3[0]=’<a href=”http://www.speedtest.net/”>Speed Test</a>’
menu3[1]=’<a href=”../portscan/index.php”>Port Vulnerability Check</a>’
var menu4=new Array()
menu4[0]=’<a href=”http://www.indo.net.id” onClick=”return handlelink(this)” target=”_blank”>Guwe. Inc</a>’
menu4[1]=’<a href=”http://www.ipv6tf.org” onClick=”return handlelink(this)” target=”_blank”>IPv6</a>’
var menuwidth=’165px’ //default menu width
var menubgcolor=’white’ //menu bgcolor
var disappeardelay=250 //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick=”yes” //hide menu when user clicks within menu?
var ie4=document.all
var ns6=document.getElementById&&!document.all
if (ie4||ns6)
document.write(’<div id=”dropmenudiv” style=”visibility:hidden;width:’+menuwidth+’;background-color:’+menubgcolor+’” onMouseover=”clearhidemenu()” onMouseout=”dynamichide(event)”></div>’)
function getposOffset(what, offsettype){
var totaloffset=(offsettype==”left”)? what.offsetLeft : what.offsetTop;
var parentEl=what.offsetParent;
while (parentEl!=null){
totaloffset=(offsettype==”left”)? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
}
return totaloffset;
}
function showhide(obj, e, visible, hidden, menuwidth){
if (ie4||ns6)
dropmenuobj.style.left=dropmenuobj.style.top=”-500px”
if (menuwidth!=”"){
dropmenuobj.widthobj=dropmenuobj.style
dropmenuobj.widthobj.width=menuwidth
}
if (e.type==”click” && obj.visibility==hidden || e.type==”mouseover”)
obj.visibility=visible
else if (e.type==”click”)
obj.visibility=hidden
}
function iecompattest(){
return (document.compatMode && document.compatMode!=”BackCompat”)? document.documentElement : document.body
}
function clearbrowseredge(obj, whichedge){
var edgeoffset=0
if (whichedge==”rightedge”){
var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
}
else{
var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up?
edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?
edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge
}
}
return edgeoffset
}
function populatemenu(what){
if (ie4||ns6)
dropmenuobj.innerHTML=what.join(”")
}
function dropdownmenu(obj, e, menucontents, menuwidth){
if (window.event) event.cancelBubble=true
else if (e.stopPropagation) e.stopPropagation()
clearhidemenu()
dropmenuobj=document.getElementById? document.getElementById(”dropmenudiv”) : dropmenudiv
populatemenu(menucontents)
if (ie4||ns6){
showhide(dropmenuobj.style, e, “visible”, “hidden”, menuwidth)
dropmenuobj.x=getposOffset(obj, “left”)
dropmenuobj.y=getposOffset(obj, “top”)
dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, “rightedge”)+”px”
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, “bottomedge”)+obj.offsetHeight+”px”
}
return clickreturnvalue()
}
function clickreturnvalue(){
if (ie4||ns6) return false
else return true
}
function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}
function dynamichide(e){
if (ie4&&!dropmenuobj.contains(e.toElement))
delayhidemenu()
else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhidemenu()
}
function hidemenu(e){
if (typeof dropmenuobj!=”undefined”){
if (ie4||ns6)
dropmenuobj.style.visibility=”hidden”
}
}
function delayhidemenu(){
if (ie4||ns6)
delayhide=setTimeout(”hidemenu()”,disappeardelay)
}
function clearhidemenu(){
if (typeof delayhide!=”undefined”)
clearTimeout(delayhide)
}
if (hidemenu_onclick==”yes”)
document.onclick=hidemenu
</script>
<meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″>
<script language=”JavaScript” type=”text/JavaScript”>
<!–
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName==”Netscape”)&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//–>
</script>
</head>
<base target=”center”>
<span class=”style8″></span><span class=”style8″></span>
<table border=”0″ cellpadding=”0″ cellspacing=”0″ width=”67%” height=”50%”>
<tr><td height=”80″ colspan=”2″ valign=”bottom”>
<img src=”onegate.JPG” width=”849″ height=”75″ align=”top”></td></tr>
<tr bgcolor=”#000000″><td height=”20″ colspan=”2″ valign=”bottom” nowrap bgcolor=”#808080″>
<center><ul id=”tablist”>
<li><a href=”cp.htm”>Bandwidth Utility</a><font color=”#FF0000″> |</font> </li>
<li><a href=”http://192.168.32.101/test/client_report1.php?client=USER”>User
Behavior</a> <font color=”#FF0000″>|</font></li>
<li>
<a href=”" onMouseover=”dropdownmenu(this, event, menu3, ‘170px’)” onMouseout=”delayhidemenu()”>
Network Tools </a><font color=”#FF0000″>|</font></li>
<li><a href=”http://account.guwe.com”>Billing Information</a><font color=”#FF0000″>|
</font>
<a href=”" onMouseover=”dropdownmenu(this, event, menu4, ‘170px’)” onMouseout=”delayhidemenu()”>About</a></li>
</ul></center></td>
</tr>
<tr><td height=”2″ colspan=”2″ align=”right” valign=”top”>
</td></tr>
<tr>
<td width=”50%” height=”50%” align=”left” valign=”top”><font face=”Trebuchet MS” size=”2″>Welcome, <b>User</b></font></td>
<td width=”50%” align=”right” valign=”top”>
<script type=”text/javascript” language=”JavaScript”><!–
var calendarDate = getCalendarDate();
var clockTime = getClockTime();
document.write(’<font size=”1″ face=”Trebuchet MS”><B>’ + calendarDate);
document.write(’<br>’);
document.write(’</B>’ + clockTime);
//–></script>
<br>
Online 24 hours support<br>
(021)5210607<br>
<a href=”ymsgr:sendIM?support3″><font color=”#FFFFFF” face=”Arial”><IMG src=”http://opi.yahoo.com/online?u=indonetnmc&m=g&t=1″ alt=”Ym” border=0></font></a></td>
</tr>
</table>
</html>