<!--
nPos = new Array(8)
nPos[1]=-117
nPos[2]=nPos[1]+0
nPos[3]=nPos[2]+0
nPos[4]=nPos[3]+145
nPos[5]=nPos[4]+138
nPos[6]=nPos[5]+90
n=0

curPic = 2
opa = 100




function changePic(){

if (curPic == 5) {curPic = 1} 
document.all("Box1").src = "man" + curPic + ".jpg"
curPic++

}


  function reloadWindow() {}

function LT(nLay){



document.all('description').innerHTML=nLay


}

function showLayer(i){
		hideAll();	
		document.all['L' + i].style.left = document.all("aaa").offsetLeft+155+nPos[i];
		document.all['L' + i].style.top = document.all("aaa").offsetTop+660;
		document.all['L' + i].style.visibility = "visible";
		
}

function hideAll(){
		for (j = 1 ; j < 8 ; j++)
		{
		document.all['L' + j].style.visibility = "hidden";
		}
}


function print(nV) {

window.open('/print.asp?loc=' + location.href + nV, 'print','menubar=yes, toolbar=yes, status=yes,resize=no,scrollbars=yes,width=600,height=500');


}
function popWin(nType){

  switch (nType) {
   case "demo" :
      wPage="#";
      wName="demologin";
      wParam = "toolbar=yes, status=yes,resizable=no,scrollbars=no,width=500,height=310";break;
   case "live" :
      wPage="#";
      wName="live";
      wParam = "toolbar=yes, status=yes,resizable=no,scrollbars=no,width=470,height=300";break;
   case "audio" :
      wPage="#";
      wName="audio";
      wParam = "status=yes,resizable=no,scrollbars=no,width=470,height=300";break;
   case "ug" :
      wPage="#";
      wName="UserGuide";
      wParam = "status=yes,resizable=yes,scrollbars=yes";break;
   //default :
   //   statementlist
  } 

	w = window.open(wPage, wName,wParam);
	w.focus()
}


//-->