<!--

function showInfo() {

obj='TechDesc'

nest='';

	nest=(!nest) ? "":'document.'+nest+'.'

   	css=bw.dom? document.getElementById(obj).style:bw.ie4?document.all[obj].style:bw.ns4?eval(nest+"document.layers." +obj):0;

	evnt=bw.dom? document.getElementById(obj):bw.ie4?document.all[obj]:bw.ns4?eval(nest+"document.layers." +obj):0;

	scrollHeight=bw.ns4?css.document.height:evnt.offsetHeight

	elm=document.getElementById(obj);

	DivClass= elm.className ;



	if(DivClass=='TechDesc'){

		if(scrollHeight>100){

		elm.className='TechDescUp';

		t=0;r=590;b=scrollHeight;l=0;

		}else{

			elm.className='TechDesc';

		t=0;r=590;b=100;l=0;

		}

		}

	if (DivClass=='TechDescUp'){

		elm.className='TechDesc';

		t=0;r=590;b=100;l=0;

		}

		//clip : rect(0,590px,80px,0);

	if(bw.ns4){css.clip.top=t; css.clip.right=r; css.clip.bottom=b; css.clip.left=l

	}else css.clip="rect("+t+"px "+r+"px "+b+"px "+l+"px)";



}





/**********************************************************************************

NewsMenu

*   Copyright (C) 2001 Thomas Brattli

*   This script was released at DHTMLCentral.com

*********************************************************************************/

function lib_bwcheck(){ //Browsercheck (needed)

	this.ver=navigator.appVersion

	this.agent=navigator.userAgent

	this.dom=document.getElementById?1:0

	this.opera5=(navigator.userAgent.indexOf("Opera")>-1 && document.getElementById)?1:0

	this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom && !this.opera5)?1:0;

	this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom && !this.opera5)?1:0;

	this.ie4=(document.all && !this.dom && !this.opera5)?1:0;

	this.ie=this.ie4||this.ie5||this.ie6

	this.mac=this.agent.indexOf("Mac")>-1

	this.ns6=(this.dom && parseInt(this.ver) >= 5) ?1:0;

	this.ns4=(document.layers && !this.dom)?1:0;

	this.bw=(this.ie6 || this.ie5 || this.ie4 || this.ns4 || this.ns6 || this.opera5)

	return this

}

var bw=lib_bwcheck();



//Object constructor

function makeBottomMenu(obj,moveby,speed,width){

	nest='';

	nest=(!nest) ? "":'document.'+nest+'.'

   	this.css=bw.dom? document.getElementById(obj).style:bw.ie4?document.all[obj].style:bw.ns4?eval(nest+"document.layers." +obj):0;

	this.evnt=bw.dom? document.getElementById(obj):bw.ie4?document.all[obj]:bw.ns4?eval(nest+"document.layers." +obj):0;

	this.scrollHeight=bw.ns4?this.css.document.height:this.evnt.offsetHeight

	elm=document.getElementById(obj);

		this.width=width;

	this.top=elm.offsetTop;

	this.bottom=this.top;

	this.left=elm.offsetLeft;

	this.ystop=+this.top+this.scrollHeight;

	this.ystart=this.top;



	this.moveby=moveby;

	this.speed=speed;





	this.moveIt=b_moveIt;this.bgChange=b_bgChange;

	this.setBgColor=setBgColor;

	this.slideBottomUp=b_slideBottomUp; this.slideBottomDown=b_slideBottomDown;

	this.clipTo=b_clipTo;

    this.obj = obj + "Object"; 	eval(this.obj + "=this")

this.moveIt(this.left,this.top);

	this.css.visibility="visible";



	this.BgOpen='#DD7830' ;

	this.BgClose='#DD7830' ;

}







function setBgColor(open,close){

	this.BgOpen=open;

	this.BgClose=close ;

	}

//Objects methods



// A unit of measure that will be added when setting the position of a layer.

var px = bw.ns4||window.opera?"":"px";



function b_moveIt(x,y){this.x=x; this.y=y; this.css.left=this.x+px; this.css.top=this.y+px;}

function b_bgChange(color){this.css.backgroundColor=color; this.css.bgColor=color; this.css.background=color;}

function b_clipTo(t,r,b,l){

	if(bw.ns4){this.css.clip.top=t; this.css.clip.right=r; this.css.clip.bottom=b; this.css.clip.left=l

	}else this.css.clip="rect("+t+"px "+r+"px "+b+"px "+l+"px)";

}





function b_slideBottomUp(nob){



	if(!this.slideactive){

		if(this.bottom>this.top){

			this.bottom=this.bottom-this.moveby;

			objText[nob].clipTo(0,objText[nob].width,-objText[nob].y+objText[nob].bottom,0);

			objBottom[nob].moveIt(this.x,this.bottom);

			objBottom[nob].clipTo(0,objBottom[nob].width,3,0);

			setTimeout(this.obj+".slideBottomUp('"+nob+"')",this.speed);

		}else{

			this.slideactive=false;

			this.bottom=this.top;

			objText[nob].clipTo(0,objText[nob].width,0,0);

			objBottom[nob].moveIt(this.x,this.bottom);

			objBottom[nob].clipTo(0,objBottom[nob].width,3,0);

			objBottom[nob].bgChange(objBottom[nob].BgClose);

		}

	}

}



function b_slideBottomDown(nob){

	if(!this.slideactive){

			if(this.bottom<this.ystop){

				this.bottom=this.bottom+this.moveby;

				objText[nob].clipTo(0,objText[nob].width,objText[nob].bottom-objText[nob].top,0);

				objBottom[nob].moveIt(objBottom[nob].x,objText[nob].bottom);

				objBottom[nob].clipTo(0,objBottom[nob].width,3,0);

				setTimeout(this.obj+".slideBottomDown('"+nob+"')",this.speed);



			}else{

				this.slideactive=false;

				this.bottom=this.ystop;

				objText[nob].clipTo(0,objText[nob].width,objText[nob].bottom-objText[nob].top,0);

				objBottom[nob].moveIt(objBottom[nob].x,objText[nob].bottom);

				objBottom[nob].clipTo(0,objBottom[nob].width,3,0);

				objBottom[nob].bgChange(objBottom[nob].BgOpen);

			}



	}

}

//Initiating the page, making cross-browser objects







function bottomMenu(nob){

	if(objBottom[nob].y==objBottom[nob].ystart){

objText[nob].slideBottomDown(nob);

objBottom[nob].bgChange(objBottom[nob].BgOpen);

	}

	 if(objText[nob].bottom==objText[nob].ystop){

   objText[nob].slideBottomUp(nob);



	}

}





function makeTopMenu(obj,moveby,speed,width){

	nest='';

	nest=(!nest) ? "":'document.'+nest+'.'

   	this.css=bw.dom? document.getElementById(obj).style:bw.ie4?document.all[obj].style:bw.ns4?eval(nest+"document.layers." +obj):0;

	this.evnt=bw.dom? document.getElementById(obj):bw.ie4?document.all[obj]:bw.ns4?eval(nest+"document.layers." +obj):0;

	this.scrollHeight=bw.ns4?this.css.document.height:this.evnt.offsetHeight

	elm=document.getElementById(obj);

	this.width=width;

	this.top=elm.offsetTop;

	this.bottom=this.top;

	this.left=elm.offsetLeft;

	this.ystop=+this.top-this.scrollHeight;

	this.ystart=this.top;



	this.moveby=moveby;

	this.speed=speed;

	this.moveIt=b_moveIt;this.bgChange=b_bgChange;

	this.setBgColor=setBgColor;

	this.slideTopUp=b_slideTopUp; this.slideTopDown=b_slideTopDown;

	this.clipTo=b_clipTo;

    this.obj = obj + "Object"; 	eval(this.obj + "=this")

	this.moveIt(this.left,this.top);

	this.css.visibility="visible";

	this.BgOpen='#DD7830' ;

	this.BgClose='#DD7830' ;

}

function topMenu(nob){



	if(objText[nob].y==objText[nob].ystart){

		objText[nob].slideTopUp(nob);



objBottom[nob].bgChange(objBottom[nob].BgOpen);

	}

	 if(objText[nob].bottom==objText[nob].ystop){

   objText[nob].slideTopDown(nob);



	}

}



function b_slideTopUp(nob){

	if(!this.slideactive){

		if(this.bottom>this.ystop){

			this.bottom=this.bottom-this.moveby;

			objBottom[nob].moveIt(this.x,this.bottom);

			objBottom[nob].clipTo(0,objText[nob].width,3,0);

			objText[nob].moveIt(this.x,this.bottom);

			objText[nob].clipTo(0,objText[nob].width,this.top-this.bottom,0);





			objBottom[nob].bgChange(objBottom[nob].BgOpen);

			setTimeout(this.obj+".slideTopUp('"+nob+"')",this.speed);

		}else{

			this.slideactive=false;

			this.bottom=this.ystop;

			objText[nob].moveIt(this.x,this.bottom);

			objText[nob].clipTo(0,objText[nob].width,this.top-this.bottom,0);

			objBottom[nob].moveIt(objText[nob].x,objText[nob].bottom);

			objBottom[nob].clipTo(0,objText[nob].width,3,0);

		}

	}

}



function b_slideTopDown(nob){

	if(!this.slideactive){

			if(this.bottom<this.ystart){

				this.bottom=this.bottom+this.moveby;

				objText[nob].moveIt(this.x,this.bottom);

			objText[nob].clipTo(0,objText[nob].width,this.top-this.bottom,0);

				objBottom[nob].moveIt(objBottom[nob].x,objText[nob].bottom);

				objBottom[nob].clipTo(0,objBottom[nob].width,3,0);

				objBottom[nob].bgChange(objBottom[nob].BgOpen);

				setTimeout(this.obj+".slideTopDown('"+nob+"')",this.speed);



			}else{

				this.slideactive=false;

				this.bottom=this.ystart;

				objText[nob].moveIt(this.x,this.bottom);

			objText[nob].clipTo(0,objText[nob].width,this.top-this.bottom,0);

				objBottom[nob].moveIt(objBottom[nob].x,objText[nob].bottom);

				objBottom[nob].clipTo(0,objBottom[nob].width,1,0);

				objBottom[nob].bgChange(objBottom[nob].BgClose);



			}



	}

}

//Changes background onmouseover





//onload lib_bwcheck();

//Calls the init function onload if the browser is ok...

//if (bw.bw) onload = newsMenuInit;



//-->
