
var laufschrift = "Neu!  +++ Demnächst Online-IT-Benchmarking! +++ Klicken Sie hier für weitere Informationen +++  ";
var start = 0;
var stop = laufschrift.length;

function lauftext() {
	if (document.ticker && document.ticker.ticker)
	{
      document.ticker.ticker.value = "" + laufschrift.substring(start,stop) + " " + laufschrift.substring(0,start);
      document.ticker.ticker.style.fontFamily="Verdana, Arial, Helvetica, sans-serif";
      document.ticker.ticker.style.fontWeight="bold";
      start++;
      if(start >= stop) { start = 0; }
      setTimeout("lauftext()", 180);
     }
}

function go() {
window.location="de_competence_services_onlineBM.php";
}

if (document.images) {
	Normal = new Image();
	Normal.src = "images/five_circle.jpg";     
	Highlight1 = new Image();
	Highlight1.src = "images/five_circle1.jpg"; 
	Highlight2 = new Image();
	Highlight2.src = "images/five_circle2.jpg"; 
	Highlight3 = new Image();
	Highlight3.src = "images/five_circle3.jpg"; 
	Highlight4 = new Image();
	Highlight4.src = "images/five_circle4.jpg"; 
	Highlight5 = new Image();
	Highlight5.src = "images/five_circle5.jpg"; 
}

function Bildwechsel(Bildobjekt) {
	if (document.images) 
 		document.circle.src = Bildobjekt.src;
}

var pop = null;

function popdown() {
  if (pop && !pop.closed) pop.close();
}

function popup(obj,windowname,w,h,resize,scrolling,topPos,leftPos) {
	if(!resize) resize='yes';
	if(!scrolling) scrolling='yes';	
	if(!windowname) windowname='';
	if (!topPos) topPos=0;
	if (!leftPos) leftPos=0;
  var url = (obj.getAttribute) ? obj.getAttribute('href') : obj.href;
  if (!url) return true;
  w = (w) ? w += 20 : 150;  // 150px*150px is the default size
  h = (h) ? h += 25 : 150;
  var args = 'status=0,menubar=0,width='+w+',height='+h+',resizable='+resize+'scrollbars='+scrolling+'top='+topPos+'left='+leftPos;
  popdown();
  pop = window.open(url,windowname,args);
  return (pop) ? false : true;
}

desc="test";

			function writeQT()
			{
		   document.write('<object name="viewer" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="750" height="260" onmouseover="showElement(\'qtDesc\');hideElement(\'batl\');"	onmouseout="hideElement(\'qtDesc\');showElement(\'batl\');" >\n');
	      document.write('<param name="src" value="/download/LextaQTVR.mov">\n\t');
	      document.write('<param name="controller" value="false">\n\t');
	      document.write('<param name="fov" value="55">\n\t');
	      document.write('<param name="scale" value="tofit">\n\t');
	      document.write('<param name="cache" value="true">\n\t');
	      document.write('<param name="enablejavascript" value="true">\n\t');
			document.write('<embed width="750" height="260"');
			document.write('src="/download/LextaQTVR.mov" ');
			document.write('controller="false" ');
			document.write('fov="55" ');
			document.write('scale="tofit" ');
			document.write('cache="true"');
			document.write('id="quicktime"');
			document.write('name="quicktime"');
			document.write('>\n');
			document.write('</embed>\n');
			document.write('</object>\n');
		}
		
function showElement(what)
{
	document.getElementById(what).style.display="block";	
}

function hideElement(what)
{
	document.getElementById(what).style.display="none";		
}		
