home *** CD-ROM | disk | FTP | other *** search
- <%
- path = SysInfo.SkinPath
- dim param
- param = Request.ReqParam("menu")
- if param = "" then
- param = "about"
- end if
- %>
-
- <html>
- <head>
- <meta NAME="Author,Design" Content="GateKeeper Team; GateKeeper3Support@infopulse.ro">
- <meta NAME="Copyright" Content="Infopulse; www.infopulse.ro">
- <meta name="Microsoft Border" content="none">
- <base target="contents">
-
- <style type="text/css"></style>
- <title>Title</title>
-
- <script language="JavaScript">
- <!--
- function MM_swapImgRestore() { //v3.0
- var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
- }
-
- function MM_preloadImages() { //v3.0
- var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
- var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
- if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
- }
-
- function MM_findObj(n, d) { //v3.0
- var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
- d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
- if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
- for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
- }
-
- function MM_swapImage() { //v3.0
- MM_swapImgRestore();
- var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
- if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
- }
- //-->
- </script>
-
- </head>
-
- <body bgcolor="#FFFFFF" onLoad="MM_preloadImages('<%Response.Write(path)%>/accounts_m_b.jpg','<%Response.Write(path)%>/logging_m_b.jpg','<%Response.Write(path)%>/policies_m_b.jpg','<%Response.Write(path)%>/proxies_m_b.jpg','<%Response.Write(path)%>/rules_m_b.jpg','<%Response.Write(path)%>/servics_m_b.jpg','<%Response.Write(path)%>/statistics_m_b.jpg','<%Response.Write(path)%>/system_m_b.jpg','<%Response.Write(path)%>/about_m_b.jpg')" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" background="<%Response.Write(path)%>/background_title.jpg">
- <img name="title1" src="<%Response.Write(path)%>/title1.jpg" width="470" height="60" border="0"><br>
- <img name="title2" src="<%Response.Write(path)%>/title2.jpg" width="135" height="35" border="0"><a href="/accounts/menuaccounts.agp" target="menu" onMouseDown="MM_swapImage('accounts','','<%Response.Write(path)%>/accounts_m_b.jpg',1)"><img name="accounts" alt=Accounts src="<%Response.Write(path)%>/accounts_m_g.jpg" width="70" height="35" border="0"></a><a href="/logging/menulogging.agp" target="menu"
- onMouseDown="MM_swapImage('logging','','<%Response.Write(path)%>/logging_m_b.jpg',1)" ><img name="logging" alt=Logging src="<%Response.Write(path)%>/logging_m_g.jpg" width="66" height="35" border="0"></a><a href="/policies/menupolicies.agp" target="menu" onMouseDown="MM_swapImage('policies','','<%Response.Write(path)%>/policies_m_b.jpg',1)"><img name="policies" alt=Policies src="<%Response.Write(path)%>/policies_m_g.jpg" width="66" height="35" border="0"></a><a href="/proxies/menuproxies.agp" target="menu" onMouseDown="MM_swapImage('proxies','','<%Response.Write(path)%>/proxies_m_b.jpg',1)"><img name="proxies" alt=Proxies src="<%Response.Write(path)%>/proxies_m_g.jpg" width="67" height="35" border="0"></a><a href="/rules/menurules.agp" target="menu" target="menu" onMouseDown="MM_swapImage('rules','','<%Response.Write(path)%>/rules_m_b.jpg',1)"><img name="rules" alt=Rules src="<%Response.Write(path)%>/rules_m_g.jpg" width="66" height="35" border="0"></a><a href="/services/menuservices.agp" target="menu" onMouseDown="MM_swapImage('services','','<%Response.Write(path)%>/services_m_b.jpg',1)"><img name="services" alt=Services src="<%Response.Write(path)%>/services_m_g.jpg" width="68" height="35" border="0"></a><a href="/statistics/menustatistics.agp" target="menu" onMouseDown="MM_swapImage('statistics','','<%Response.Write(path)%>/statistics_m_b.jpg',1)"><img name="statistics" alt=Statistics src="<%Response.Write(path)%>/statistics_m_g.jpg" width="67" height="35" border="0"></a><a href="/systeminfo/menusysteminfo.agp" target="menu" onMouseDown="MM_swapImage('system','','<%Response.Write(path)%>/system_m_b.jpg',1)"><img name="system" alt=Properties src="<%Response.Write(path)%>/system_m_g.jpg" width="73" height="35" border
- ="0"></a><a href="menu.agp" target="menu" onMouseDown="MM_swapImage('about','','<%Response.Write(path)%>/about_m_b.jpg',1)"><img name="about" alt=About src="<%Response.Write(path)%>/about_m_g.jpg" width="68" height="35" border="0"></a>
-
- <script LANGUAGE=javascript>
- <!--
- MM_swapImage('<%Response.Write(param)%>','','<%Response.Write(path)%>/<%Response.Write(param)%>_m_b.jpg',1);
- //-->
- </script>
- </body>
- </html>
-
-
-
-
-
-
-
-
-
-