var titlea = new Array();var texta = new Array();var linka = new Array();var trgfrma = new Array();var heightarr = new Array();var cyposarr = new Array();
cyposarr[0]=0;cyposarr[1]=1;cyposarr[2]=2;cyposarr[3]=3;cyposarr[4]=4;cyposarr[5]=5;cyposarr[6]=6;
titlea[0] = "<img src=icon1.gif width=16 height=16></img> Jan 2007";
texta[0] = "Extreme Broadband roll out Unified Campus Network Managed Broadband Services to INTI International University College at Nilai.";
linka[0] = "";
trgfrma[0] = "_parent";
titlea[1] = "<img src=icon2.gif width=16 height=16></img> Dec 2006";
texta[1] = "Extreme Broadband becomes a founding member of MyIX, an important milestone that marks the next evolution of the Internet industry in Malaysia.";
linka[1] = "";
trgfrma[1] = "_parent";
titlea[2] = "<img src=icon3.gif width=16 height=16></img> Oct 2006";
texta[2] = "Extreme Broadband's Mesh wireless solution power the WIFI Precinct of Taman Tasek Semenyih, bringing ubiquitous Internet access to the neighbourhood of the remote housing estate";
linka[2] = "";
trgfrma[2] = "_parent";
titlea[3] = "<img src=icon5.gif width=16 height=16></img> Apr 2006";
texta[3] = "Extreme Broadband supply wireless broadband solution to Sukma XI, Kedah";
linka[3] = "";
trgfrma[3] = "_parent";
titlea[4] = "<img src=icon2.gif width=16 height=16></img> Nov 2005";
texta[4] = "Extreme Broadband delivered Brivo Voice over IP service to The University of Nottingham Malaysia Campus";
linka[4] = "";
trgfrma[4] = "_parent";
titlea[5] = "<img src=icon2.gif width=16 height=16></img> Sep 2005";
texta[5] = "Extreme Broadband rolled out Unified Campus Network Managed Broadband Services to The University of Nottingham Malaysia Campus.";
linka[5] = "";
trgfrma[5] = "_parent";

var mc=6;

var inoout=false;

var spage;
var cvar=0,say=0,tpos=0,enson=0,hidsay=0,hidson=0;
var tmpv;
tmpv=180-8-8-(2*1);

var psy = new Array();
divtextb ="<div id=d";
divtev1=" onmouseover=\"mdivmo(";
divtev2=")\" onmouseout =\"restime(";
divtev3=")\" onclick=\"butclick(";
divtev4=")\"";
divtexts = " style=\"position:absolute;visibility:hidden;width:"+tmpv+"; COLOR: DEE2ED; left:0; top:0; FONT-FAMILY: MS Sans Serif,arial,helvetica; FONT-SIZE: 8pt; FONT-STYLE: normal; FONT-WEIGHT: normal; TEXT-DECORATION: none; margin:0px; LINE-HEIGHT: 12pt; text-align:left;padding:0px;\">";
ns6span= " style=\"position:relative; COLOR: FFFFFF; width:"+tmpv+"; FONT-FAMILY: verdana,arial,helvetica; FONT-SIZE: 9pt; FONT-STYLE: normal; FONT-WEIGHT: bold; TEXT-DECORATION: none; LINE-HEIGHT: 14pt; text-align:left;padding:0px;\"";

uzun="<div id=\"enuzun\" style=\"position:absolute;left:0;top:0;\">";
var uzunobj=null;
var uzuntop=0;
var toplay=0;

function mdivmo(gnum)
{
	inoout=true;

	if((linka[gnum].length)>2)
	{
		objd=document.getElementById('d'+gnum);
		objd2=document.getElementById('hgd'+gnum);

		objd.style.color="#DBF7BF";
		objd2.style.color="#F4ECAE";

		objd.style.cursor='pointer';
		objd2.style.cursor='pointer';

		objd.style.textDecoration='underline';objd2.style.textDecoration='underline';

		window.status=""+linka[gnum];
	}
}

function restime(gnum2)
{
	inoout=false;
	
	objd=document.getElementById('d'+gnum2);
	objd2=document.getElementById('hgd'+gnum2);

	objd.style.color="#DEE2ED";
	objd2.style.color="#FFFFFF";

	objd.style.textDecoration='none';objd2.style.textDecoration='none';

	window.status="";
}

function butclick(gnum3)
{
if(linka[gnum3].substring(0,11)=="javascript:"){eval(""+linka[gnum3]);}else{if((linka[gnum3].length)>3){
if((trgfrma[gnum3].indexOf("_parent")>-1)){eval("parent.window.location='"+linka[gnum3]+"'");}else if((trgfrma[gnum3].indexOf("_top")>-1)){eval("top.window.location='"+linka[gnum3]+"'");}else{window.open(''+linka[gnum3],''+trgfrma[gnum3]);}}}

}

function dotrans()
{
	if(inoout==false){

	uzuntop--;
	if(uzuntop<(-1*toplay))
	{
		uzuntop=220;
	}

	uzunobj.style.top=uzuntop+"px";
}
	if(psy[(uzuntop*(-1))+8]==3)
	{
		setTimeout('dotrans()',2000+35);
	}
	else
	{
		setTimeout('dotrans()',35);
	}	
	
}


function initte2()
{
	i=0;
	for(i=0;i<mc;i++)
	{
		objd=document.getElementById('d'+i);
		heightarr[i]=objd.offsetHeight;
	}
	toplay=8;
	for(i=0;i<mc;i++)
	{
		objd=document.getElementById('d'+i);
		objd.style.visibility="visible";
		objd.style.top=""+toplay+"px";
		psy[toplay]=3;
		toplay=toplay+heightarr[i]+10;

	}

	uzunobj=document.getElementById('enuzun');
	uzunobj.style.left=8+"px";
	uzunobj.style.height=toplay+"px";
	uzunobj.style.width=tmpv+"px";
	uzuntop=220;
	dotrans();

}

function initte()
{
	i=0;
	innertxt=""+uzun;

	for(i=0;i<mc;i++)
	{
		innertxt=innertxt+""+divtextb+""+i+""+divtev1+i+divtev2+i+divtev3+i+divtev4+divtexts+"<div id=\"hgd"+i+"\""+ns6span+">"+titlea[i]+"<br></div>"+texta[i]+"</div>";
	}
	innertxt=innertxt+"</div>";
	spage=document.getElementById('spagens');

	spage.innerHTML=""+innertxt;

	spage.style.left="0px";
	spage.style.top="0px";

	setTimeout('initte2()',500);

}


window.onload=initte;