<!-- 
/*
 Pleas leave this notice.
 DHTML tip message version 1.2 copyright Essam Gamal 2003 (http://migoicons.tripod.com, migoicons@hotmail.com)
 All modifications are done in the style.js you should not modify this file.  Created on : 06/03/2003
 Script featured on and can be found at Dynamic Drive (http://www.dynamicdrive.com)
*/ 

var ua = navigator.userAgent
var ps = navigator.productSub 
var dom = (document.getElementById)? 1:0
var ie4 = (document.all&&!dom)? 1:0
var ie5 = (document.all&&dom)? 1:0
var nn4 =(navigator.appName.toLowerCase() == "netscape" && parseInt(navigator.appVersion) == 4)
var nn6 = (dom&&!ie5)? 1:0
var sNav = (nn4||nn6||ie4||ie5)? 1:0
var cssFilters = ((ua.indexOf("MSIE 5.5")>=0||ua.indexOf("MSIE 6")>=0)&&ua.indexOf("Opera")<0)? 1:0
var Style=[],Text=[],Count=0,sbw=0,move=0,hs="",mx,my,scl,sct,ww,wh,obj,sl,st,ih,iw,vl,hl,sv,evlh,evlw,tbody
var HideTip = "eval(obj+sv+hl+';'+obj+sl+'=0;'+obj+st+'=-800')"
var doc_root = ((ie5&&ua.indexOf("Opera")<0||ie4)&&document.compatMode=="CSS1Compat")? "document.documentElement":"document.body"
var PX = (nn6)? "px" :"" 

if(sNav) {
	window.onresize = ReloadTip
	document.onmousemove = MoveTip
	if(nn4) document.captureEvents(Event.MOUSEMOVE) 
}	
if(nn4||nn6) {
	mx = "e.pageX"
	my = "e.pageY"
	scl = "window.pageXOffset"
	sct = "window.pageYOffset"	
	if(nn4) {
		obj = "document.TipLayer."
		sl = "left"
		st = "top"
		ih = "clip.height"
		iw = "clip.width"
		vl = "'show'"
		hl = "'hide'"
		sv = "visibility="
	}
	else obj = "document.getElementById('TipLayer')."
} 
if(ie4||ie5) {
	obj = "TipLayer."
	mx = "event.x"
	my = "event.y"
	scl = "eval(doc_root).scrollLeft"
	sct = "eval(doc_root).scrollTop"
	if(ie5) {
		mx = mx+"+"+scl 
		my = my+"+"+sct
	}
}
if(ie4||dom){
	sl = "style.left"
	st = "style.top"
	ih = "offsetHeight"
	iw = "offsetWidth"
	vl = "'visible'"
	hl = "'hidden'"
	sv = "style.visibility="
}
if(ie4||ie5||ps>=20020823) {
	ww = "eval(doc_root).clientWidth"
	wh = "eval(doc_root).clientHeight"
}	 
else { 
	ww = "window.innerWidth"
	wh = "window.innerHeight"
	evlh = eval(wh)
	evlw = eval(ww)
	sbw=15
}	

function applyCssFilter(){
	if(cssFilters&&FiltersEnabled) { 
		var dx = " progid:DXImageTransform.Microsoft."
		TipLayer.style.filter = "revealTrans()"+dx+"Fade(Overlap=1.00 enabled=0)"+dx+"Inset(enabled=0)"+dx+"Iris(irisstyle=PLUS,motion=in enabled=0)"+dx+"Iris(irisstyle=PLUS,motion=out enabled=0)"+dx+"Iris(irisstyle=DIAMOND,motion=in enabled=0)"+dx+"Iris(irisstyle=DIAMOND,motion=out enabled=0)"+dx+"Iris(irisstyle=CROSS,motion=in enabled=0)"+dx+"Iris(irisstyle=CROSS,motion=out enabled=0)"+dx+"Iris(irisstyle=STAR,motion=in enabled=0)"+dx+"Iris(irisstyle=STAR,motion=out enabled=0)"+dx+"RadialWipe(wipestyle=CLOCK enabled=0)"+dx+"RadialWipe(wipestyle=WEDGE enabled=0)"+dx+"RadialWipe(wipestyle=RADIAL enabled=0)"+dx+"Pixelate(MaxSquare=35,enabled=0)"+dx+"Slide(slidestyle=HIDE,Bands=25 enabled=0)"+dx+"Slide(slidestyle=PUSH,Bands=25 enabled=0)"+dx+"Slide(slidestyle=SWAP,Bands=25 enabled=0)"+dx+"Spiral(GridSizeX=16,GridSizeY=16 enabled=0)"+dx+"Stretch(stretchstyle=HIDE enabled=0)"+dx+"Stretch(stretchstyle=PUSH enabled=0)"+dx+"Stretch(stretchstyle=SPIN enabled=0)"+dx+"Wheel(spokes=16 enabled=0)"+dx+"GradientWipe(GradientSize=1.00,wipestyle=0,motion=forward enabled=0)"+dx+"GradientWipe(GradientSize=1.00,wipestyle=0,motion=reverse enabled=0)"+dx+"GradientWipe(GradientSize=1.00,wipestyle=1,motion=forward enabled=0)"+dx+"GradientWipe(GradientSize=1.00,wipestyle=1,motion=reverse enabled=0)"+dx+"Zigzag(GridSizeX=8,GridSizeY=8 enabled=0)"+dx+"Alpha(enabled=0)"+dx+"Dropshadow(OffX=3,OffY=3,Positive=true,enabled=0)"+dx+"Shadow(strength=3,direction=135,enabled=0)"
	}
}

function stm(t,s) {
  if(sNav) {
  	if(t.length<2||s.length<25) {
		var ErrorNotice = "DHTML TIP MESSAGE VERSION 1.2 ERROR NOTICE.\n"
		if(t.length<2&&s.length<25) alert(ErrorNotice+"It looks like you removed an entry or more from the Style Array and Text Array of this tip.\nTheir should be 25 entries in every Style Array even though empty and 2 in every Text Array. You defined only "+s.length+" entries in the Style Array and "+t.length+" entry in the Text Array. This tip won't be viewed to avoid errors")
		else if(t.length<2) alert(ErrorNotice+"It looks like you removed an entry or more from the Text Array of this tip.\nTheir should be 2 entries in every Text Array. You defined only "+t.length+" entry. This tip won't be viewed to avoid errors.")
		else if(s.length<25) alert(ErrorNotice+"It looks like you removed an entry or more from the Style Array of this tip.\nTheir should be 25 entries in every Style Array even though empty. You defined only "+s.length+" entries. This tip won't be viewed to avoid errors.")
 	}
  	else {
		var ab = "" ;var ap = ""
		var titCol = (s[0])? "COLOR='"+s[0]+"'" : ""
		var txtCol = (s[1])? "COLOR='"+s[1]+"'" : ""
		var titBgCol = (s[2])? "BGCOLOR='"+s[2]+"'" : ""
		var txtBgCol = (s[3])? "BGCOLOR='"+s[3]+"'" : ""
		var titBgImg = (s[4])? "BACKGROUND='"+s[4]+"'" : ""	
		var txtBgImg = (s[5])? "BACKGROUND='"+s[5]+"'" : ""
		var titTxtAli = (s[6] && s[6].toLowerCase()!="left")? "ALIGN='"+s[6]+"'" : ""
		var txtTxtAli = (s[7] && s[7].toLowerCase()!="left")? "ALIGN='"+s[7]+"'" : ""   
		var add_height = (s[15])? "HEIGHT='"+s[15]+"'" : ""
		if(!s[8])  s[8] = "Lucida Sans Unicode, Lucida Grande, sans-serif"
		if(!s[9])  s[9] = "Lucida Sans Unicode, Lucida Grande, sans-serif"					
		if(!s[12]) s[12] = 1
		if(!s[13]) s[13] = 1
		if(!s[14]) s[14] = 150
		if(!s[16]) s[16] = 0
		if(!s[17]) s[17] = 0
		if(!s[18]) s[18] = 10
		if(!s[19]) s[19] = 10
		hs = s[11].toLowerCase() 
		if(ps==20001108){
		if(s[2]) ab="STYLE='border:"+s[16]+"px solid"+" "+s[2]+"'"
		ap="STYLE='padding:"+s[17]+"px "+s[17]+"px "+s[17]+"px "+s[17]+"px'"}
		var closeLink=(hs=="sticky")? "<TD ALIGN='right'><FONT SIZE='"+s[12]+"' FACE='"+s[8]+"'><A HREF='javascript:void(0)' ONCLICK='stickyhide()' STYLE='text-decoration:none;color:"+s[0]+"'><B>Close</B></A></FONT></TD>":""
		var title=(t[0]||hs=="sticky")? "<TABLE WIDTH='100%' BORDER='0' CELLPADDING='0' CELLSPACING='0'><TR><TD "+titTxtAli+"><FONT SIZE='"+s[12]+"' FACE='"+s[8]+"' "+titCol+"><B>"+t[0]+"</B></FONT></TD>"+closeLink+"</TR></TABLE>" : ""
		var txt="<TABLE "+titBgImg+" "+ab+" WIDTH='"+s[14]+"' BORDER='0' CELLPADDING='"+s[16]+"' CELLSPACING='0' "+titBgCol+" ><TR><TD>"+title+"<TABLE WIDTH='100%' "+add_height+" BORDER='0' CELLPADDING='"+s[17]+"' CELLSPACING='0' "+txtBgCol+" "+txtBgImg+"><TR><TD "+txtTxtAli+" "+ap+" VALIGN='top'><FONT SIZE='"+s[13]+"' FACE='"+s[9]+"' "+txtCol +">"+t[1]+"</FONT></TD></TR></TABLE></TD></TR></TABLE>"
		if(nn4) {
			with(eval(obj+"document")) {
				open()
				write(txt)
				close()
			}
		}
		else eval(obj+"innerHTML=txt")
		tbody = {
			Pos:s[10].toLowerCase(), 
			Xpos:s[18],
			Ypos:s[19], 
			Transition:s[20],
			Duration:s[21], 
			Alpha:s[22],
			ShadowType:s[23].toLowerCase(),
			ShadowColor:s[24],
			Width:parseInt(eval(obj+iw)+3+sbw)
		}
		if(ie4) { 
			TipLayer.style.width = s[14]
	 		tbody.Width = s[14]
		}
		Count=0	
		move=1
 	 }
  }
}

function MoveTip(e) {
	if(move) {
		var X,Y,MouseX = eval(mx),MouseY = eval(my); tbody.Height = parseInt(eval(obj+ih)+3)
		tbody.wiw = parseInt(eval(ww+"+"+scl)); tbody.wih = parseInt(eval(wh+"+"+sct))
		switch(tbody.Pos) {
			case "left" : X=MouseX-tbody.Width-tbody.Xpos; Y=MouseY+tbody.Ypos; break
			case "center": X=MouseX-(tbody.Width/2); Y=MouseY+tbody.Ypos; break
			case "float": X=tbody.Xpos+eval(scl); Y=tbody.Ypos+eval(sct); break	
			case "fixed": X=tbody.Xpos; Y=tbody.Ypos; break		
			default: X=MouseX+tbody.Xpos; Y=MouseY+tbody.Ypos
		}

		if(tbody.wiw<tbody.Width+X) X = tbody.wiw-tbody.Width
		if(tbody.wih<tbody.Height+Y+sbw) {
			if(tbody.Pos=="float"||tbody.Pos=="fixed") Y = tbody.wih-tbody.Height-sbw
			else Y = MouseY-tbody.Height
		}
		if(X<0) X=0 
		eval(obj+sl+"=X+PX;"+obj+st+"=Y+PX")
		ViewTip()
	}
}

function ViewTip() {
  	Count++
	if(Count == 1) {
		if(cssFilters&&FiltersEnabled) {	
			for(Index=28; Index<31; Index++) { TipLayer.filters[Index].enabled = 0 }
			for(s=0; s<28; s++) { if(TipLayer.filters[s].status == 2) TipLayer.filters[s].stop() }
			if(tbody.Transition == 51) tbody.Transition = parseInt(Math.random()*50)
			var applyTrans = (tbody.Transition>-1&&tbody.Transition<24&&tbody.Duration>0)? 1:0
			var advFilters = (tbody.Transition>23&&tbody.Transition<51&&tbody.Duration>0)? 1:0
			var which = (applyTrans)?0:(advFilters)? tbody.Transition-23:0 
			if(tbody.Alpha>0&&tbody.Alpha<100) {
	  			TipLayer.filters[28].enabled = 1
	  			TipLayer.filters[28].opacity = tbody.Alpha
			}
			if(tbody.ShadowColor&&tbody.ShadowType == "simple") {
	  			TipLayer.filters[29].enabled = 1
	  			TipLayer.filters[29].color = tbody.ShadowColor
			}
			else if(tbody.ShadowColor&&tbody.ShadowType == "complex") {
	  			TipLayer.filters[30].enabled = 1
	  			TipLayer.filters[30].color = tbody.ShadowColor
			}
			if(applyTrans||advFilters) {
				eval(obj+sv+hl)
	  			if(applyTrans) TipLayer.filters[0].transition = tbody.Transition
	  			TipLayer.filters[which].duration = tbody.Duration 
	  			TipLayer.filters[which].apply()
			}
		}
 		eval(obj+sv+vl)
		if(cssFilters&&FiltersEnabled&&(applyTrans||advFilters)) TipLayer.filters[which].play()
		if(hs == "sticky") move=0
  	}
}

function stickyhide() {
	eval(HideTip)
}

function ReloadTip() {
	 if(nn4&&(evlw!=eval(ww)||evlh!=eval(wh))) location.reload()
	 else if(hs == "sticky") eval(HideTip)
}

function htm() {
	if(sNav) {
		if(hs!="keep") {
			move=0; 
			if(hs!="sticky") eval(HideTip)
		}	
	} 
}

function ChangeTab(index)
{
	var oObject1;
	var oObject2;
	var oObject3;
	
	if (document.getElementById)
	{
		oObject1 = document.getElementById("main_img_inner");
		oObject2 = document.getElementById("main_img");
		oObject3 = document.getElementById("main_box");
	}
	else if (document.all)
	{
		oObject1 = document.all("main_img_inner");
		oObject2 = document.all("main_img");
		oObject3 = document.all("main_box");
	}
	else if (document.layers)	
	{
		oObject1 = document.layers("main_img_inner");
		oObject2 = document.layers("main_img");
		oObject3 = document.layers("main_box");
	}
	
	oObject1.className = 'main_img_inner_'+index;
	oObject2.className = 'main_img_'+index;
	switch (index)
	{
		case 1:
			oObject3.innerHTML = '<SPAN class="home_tab_name"><B>Keith Wight</B> - Managing Director<BR>SST Sensing Limited, Scotland</SPAN><P>"UKSE has provided SST Sensing Ltd with two rounds of funding to allow the company to develop new products and markets in what we believe is a company with global potential.<p>The support that we have received from UKSE has played a huge role in our success to date. The products we have created and the manufacturing licences we have arranged using the UKSE  investment have added intellectual property value to SST and given us huge potential in replacing existing competitor technology and in developing new designs."';
			break;
		case 2:
			oObject3.innerHTML = '<SPAN class="home_tab_name"><B>Tony Heintz</B> - Managing Director<BR>Pinnacle Re-Tech Limited</SPAN><P>"A business mentor introduced us to UK Steel Enterprise and their input and support has been vital right from day one.  It is not easy for young companies to attract investment from banks or venture capitalists but UK Steel Enterprise is very flexible because its bottom line is about creating successful businesses."';
			break;
		case 3:
			oObject3.innerHTML = '<SPAN class="home_tab_name"><B>Andy McCuloch</B> - Managing Director<BR>ACM Bearings Limited</SPAN><P>"UKSE has provided several rounds of funding for ACM over an 18 year relationship. <p>We are extremely pleased to have UK Steel Enterprise on board.  As shareholders their presence helps our credibility in the market place as well as giving us access to finance when we need it.  Their investment has helped bring in new machinery to make the company work smarter, increasing business and throughput of orders."';
			break;
		case 4:
			oObject3.innerHTML = '<SPAN class="home_tab_name"><B>Bill Ledwood</B> - Managing Director<BR>Unit Engineers and Constructors Limited</SPAN><P>"As a start up in 2004 with no track record we needed to raise £2.5m ! We would not have been able to achieve this without the help of UK Steel Enterprise who engineered a deal whereby £425k of risk capital was provided. This was instrumental in encouraging other funders to commit to our project. By 2010 we were employing around 250 people and turning over £35m and by mutual agreement were able to buy back the UKSE shareholding."';
			break;
		case 5:
			oObject3.innerHTML = '<SPAN class="home_tab_name"><B>Joan Nathan</B> - Director of the charity<BR>The Welsh Trust for Prevention of Abuse</SPAN><P>"We are thrilled to receive support from UK Steel Enterprise. Our "Elders and Better" educational video project addresses various problems that the elderly face in care homes, day centres and even their own homes. The project would not have been possible without this support and it has provided invaluable match funding alongside Welsh Assembly Government funding. Thank you very much."';
			break;
	}
}

function ChangeTabNew(index)
{
	var oObject1;
	var oObject2;
	var oObject3;
	var oObject4;
	
	if (document.getElementById)
	{
		oObject1 = document.getElementById("client_box");
		oObject2 = document.getElementById("main_img");
		oObject3 = document.getElementById("main_box");
		oObject4 = document.getElementById("testimonial_box");
	}
	else if (document.all)
	{
		oObject1 = document.all("main_box");
		oObject2 = document.all("main_img");
		oObject3 = document.all("main_box");
		oObject4 = document.all("testimonial_box");
	}
	else if (document.layers)	
	{
		oObject1 = document.layers("main_box");
		oObject2 = document.layers("main_img");
		oObject3 = document.layers("main_box");
		oObject4 = document.layers("testimonial_box");
	}
	
	oObject1.className = 'client_box_'+index;
	oObject2.src = 'images/home_img_'+index+'.jpg';;
	oObject3.className = 'main_box_'+index;
	switch (index)
	{
		case 1:
			oObject4.style.backgroundColor ='#d4eef9';
			oObject3.innerHTML = '<p><B>Keith Wight - Managing Director<BR>SST Sensing Limited, Scotland</b></p><P>"UKSE has provided SST Sensing Ltd with two rounds of funding to allow the company to develop new products and markets in what we believe is a company with global potential.<p>The support that we have received from UKSE has played a huge role in our success to date. The products we have created and the manufacturing licences we have arranged using the UKSE  investment have added intellectual property value to SST and given us huge potential in replacing existing competitor technology and in developing new designs."';
			break;
		case 2:
			oObject4.style.backgroundColor ='#e2f1cf';
			oObject3.innerHTML = '<p><B>Tony Heintz - Managing Director<BR>Pinnacle Re-Tech Limited</B></p><P>"A business mentor introduced us to UK Steel Enterprise and their input and support has been vital right from day one.  It is not easy for young companies to attract investment from banks or venture capitalists but UK Steel Enterprise is very flexible because its bottom line is about creating successful businesses."';
			break;
		case 3:
			oObject4.style.backgroundColor ='#d9cae3';
			oObject3.innerHTML = '<p><B>Andy McCuloch - Managing Director<BR>ACM Bearings Limited</b></p><P>"UKSE has provided several rounds of funding for ACM over an 18 year relationship. <p>We are extremely pleased to have UK Steel Enterprise on board.  As shareholders their presence helps our credibility in the market place as well as giving us access to finance when we need it.  Their investment has helped bring in new machinery to make the company work smarter, increasing business and throughput of orders."';
			break;
		case 4:
			oObject4.style.backgroundColor ='#fbd6c8';
			oObject3.innerHTML = '<p><B>Bill Ledwood - Managing Director<BR>Unit Engineers and Constructors Limited</b></p><P>"As a start up in 2004 with no track record we needed to raise £2.5m ! We would not have been able to achieve this without the help of UK Steel Enterprise who engineered a deal whereby £425k of risk capital was provided. This was instrumental in encouraging other funders to commit to our project. By 2010 we were employing around 250 people and turning over £35m and by mutual agreement were able to buy back the UKSE shareholding."';
			break;
		case 5:
			oObject4.style.backgroundColor ='#e2e4e5';
			oObject3.innerHTML = '<p><B>Joan Nathan - Director of the charity<BR>The Welsh Trust for Prevention of Abuse</B></p><P>"We are thrilled to receive support from UK Steel Enterprise. Our "Elders and Better" educational video project addresses various problems that the elderly face in care homes, day centres and even their own homes. The project would not have been possible without this support and it has provided invaluable match funding alongside Welsh Assembly Government funding. Thank you very much."';
			break;
	}
}
function ChangePlan(iIndex,sTitle,sLocation)
{
	var oPlanTitle;
	var oPlanImage1;
	var oPlanImage2;
	var oPlanImage3;
	var oPlanImage4;
	var oPlanImage5;
	var iObjectType;
	
	if (document.getElementById)
	{
		oPlanTitle = document.getElementById("PlanTitle");
		oPlanImage1 = document.getElementById("PlanImage1");
		oPlanImage2 = document.getElementById("PlanImage2");
		oPlanImage3 = document.getElementById("PlanImage3");
		oPlanImage4 = document.getElementById("PlanImage4");
		oPlanImage5 = document.getElementById("PlanImage5");
		iObjectType = 1;
		//alert('1');
	}
	else if (document.all)
	{
		oPlanTitle = document.all("PlanTitle");
		oPlanImage1 = document.all("PlanImage1");
		oPlanImage2 = document.all("PlanImage2");
		oPlanImage3 = document.all("PlanImage3");
		oPlanImage4 = document.all("PlanImage4");
		oPlanImage5 = document.all("PlanImage5");
		iObjectType = 2;
		//alert('2');
	}
	else if (document.layers)
	{
		oPlanTitle = document.layers("PlanTitle");
		oPlanImage1 = document.layers("PlanImage1");
		oPlanImage2 = document.layers("PlanImage2");
		oPlanImage3 = document.layers("PlanImage3");
		oPlanImage4 = document.layers("PlanImage4");
		oPlanImage5 = document.layers("PlanImage5");
		iObjectType = 3;
		//alert('3');
	}
	else
	{
		iObjectType = 4;
		//alert(PlanTitle.innerHTML);
	}
	
	if (iObjectType == 4)
	{
		PlanTitle.innerHTML = sTitle;
		try{
			PlanImage1.style.display = 'none';
			PlanImage2.style.display = 'none';
			PlanImage3.style.display = 'none';
			PlanImage4.style.display = 'none';
			PlanImage5.style.display = 'none';
		}catch(Ex){}
		
		try{
			switch (iIndex)
			{
				case 1:
					PlanImage1.style.display = '';
					break;
				case 2:
					PlanImage2.style.display = '';
					break;
				case 3:
					PlanImage3.style.display = '';
					break;
				case 4:
					PlanImage4.style.display = '';
					break;
				default:
					PlanImage5.style.display = '';
					break;
			}
		}catch(Ex){}
	}
	else
	{
		oPlanTitle.innerHTML = sTitle;
		try{
			oPlanImage1.style.display = 'none';
			oPlanImage2.style.display = 'none';
			oPlanImage3.style.display = 'none';
			oPlanImage4.style.display = 'none';
			oPlanImage5.style.display = 'none';
		}catch(Ex){}
		
		try{
			switch (iIndex)
			{
				case 1:
					oPlanImage1.style.display = '';
					break;
				case 2:
					oPlanImage2.style.display = '';
					break;
				case 3:
					oPlanImage3.style.display = '';
					break;
				case 4:
					oPlanImage4.style.display = '';
					break;
				default:
					oPlanImage5.style.display = '';
					break;
			}
		}catch(Ex){}
	}
	
	var i;
	for (i=1; i<6; i++)
	{
		if (iIndex == i)
		{
			if (iObjectType == 1)
			{
				try{
					document.getElementById("tdTab"+i).className = 'top_tab_on';
					document.getElementById("aTab"+i).className = 'tab_text_red';
				}catch(Ex){}
			}
			else if (iObjectType == 2)
			{
				try{
					document.all("tdTab"+i).className = 'top_tab_on';
					document.all("aTab"+i).className = 'tab_text_red';
				}catch(Ex){}
			}
			else if (iObjectType == 3)
			{
				try{
					document.layers("tdTab"+i).className = 'top_tab_on';
					document.layers("aTab"+i).className = 'tab_text_red';
				}catch(Ex){}
			}
			else
			{
				try{
					switch (i)
					{
						case 1:
							tdTab1.className = 'top_tab_on';
							aTab1.className = 'tab_text_red';
							break;
						case 2:
							tdTab2.className = 'top_tab_on';
							aTab2.className = 'tab_text_red';
							break;
						case 3:
							tdTab3.className = 'top_tab_on';
							aTab3.className = 'tab_text_red';
							break;
						case 4:
							tdTab4.className = 'top_tab_on';
							aTab4.className = 'tab_text_red';
							break;
						default:
							tdTab5.className = 'top_tab_on';
							aTab5.className = 'tab_text_red';
							break;
					}
				}catch(Ex){}
			}
		}
		else
		{
			if (iObjectType == 1)
			{
				try{
					document.getElementById("tdTab"+i).className = 'top_tab';
					document.getElementById("aTab"+i).className = 'tab_text';
				}catch(Ex){}
			}
			else if (iObjectType == 2)
			{
				try{
					document.all("tdTab"+i).className = 'top_tab';
					document.all("aTab"+i).className = 'tab_text';
				}catch(Ex){}
			}
			else if (iObjectType == 3)
			{
				try{
					document.layers("tdTab"+i).className = 'top_tab';
					document.layers("aTab"+i).className = 'tab_text';
				}catch(Ex){}
			}
			else
			{
				try{
					switch (i)
					{
						case 1:
							tdTab1.className = 'top_tab';
							aTab1.className = 'tab_text';
							break;
						case 2:
							tdTab2.className = 'top_tab';
							aTab2.className = 'tab_text';
							break;
						case 3:
							tdTab3.className = 'top_tab';
							aTab3.className = 'tab_text';
							break;
						case 4:
							tdTab4.className = 'top_tab';
							aTab4.className = 'tab_text';
							break;
						default:
							tdTab5.className = 'top_tab';
							aTab5.className = 'tab_text';
							break;
					}
				}catch(Ex){}
			}
		}
	}

}

function PageInit()
{
	//alert('here');
	try{
		SetScrollingImages();
	}
	catch(Ex){}	
}
//-->



