<!--
function GetFocus(LinkObject)	
{
	LinkObject.style.background='rgb(255,255,255)';
	LinkObject.style.border='solid';
	LinkObject.style.borderWidth='1px';
	LinkObject.style.borderColor='rgb(109,74,37)';

    if (!LinkObject.contains(event.fromElement))
    {
       LinkObject.style.cursor = 'hand';
    }
}

function LostFocus(LinkObject,R,G,B)	
{
	LinkObject.style.background='rgb(' + R + ',' + G + ',' + B + ')';
	LinkObject.style.border='solid';
	LinkObject.style.borderWidth='1px';
	LinkObject.style.borderColor='rgb(' + R + ',' + G + ',' + B + ')';
    if (!LinkObject.contains(event.toElement))
    {
       LinkObject.style.cursor = 'hand';
       window.status="";
    }

}

function GetFocus2(LinkObject)	
{
	LinkObject.style.background='rgb(244,221,142)';
	//LinkObject.style.border='solid';
	//LinkObject.style.borderWidth='1px';
	//LinkObject.style.borderColor='rgb(0,0,153)';

    if (!LinkObject.contains(event.fromElement))
    {
       LinkObject.style.cursor = 'hand';
    }
}

function LostFocus2(LinkObject,R,G,B)	
{
	LinkObject.style.background='rgb(' + R + ',' + G + ',' + B + ')';
	//LinkObject.style.border='solid';
	//LinkObject.style.borderWidth='1px';
	//LinkObject.style.borderColor='rgb(' + R + ',' + G + ',' + B + ')';
    if (!LinkObject.contains(event.toElement))
    {
       LinkObject.style.cursor = 'hand';
       window.status="";
    }

}

function GetFocus3(LinkObject)	
{
	LinkObject.style.background='rgb(255,255,205)';
	//LinkObject.style.border='solid';
	//LinkObject.style.borderWidth='1px';
	//LinkObject.style.borderColor='rgb(0,0,153)';

    if (!LinkObject.contains(event.fromElement))
    {
       LinkObject.style.cursor = 'hand';
    }
}

function LostFocus3(LinkObject,R,G,B)	
{
	LinkObject.style.background='rgb(' + R + ',' + G + ',' + B + ')';
	//LinkObject.style.border='solid';
	//LinkObject.style.borderWidth='1px';
	//LinkObject.style.borderColor='rgb(' + R + ',' + G + ',' + B + ')';
    if (!LinkObject.contains(event.toElement))
    {
       LinkObject.style.cursor = 'hand';
       window.status="";
    }

}

function mClick(cell)
{
   if(event.srcElement.tagName=='TD')
   {
      cell.children.tags('A')[0].click();
   }
}

function mSubmit()
{
	document.ArtikelForm.submit()
}

function myMSG(MSG)
{
	alert(MSG)
}

	
	var delay=5000 //set delay between message change (in milliseconds)
	var fcontent=new Array()
	
	begintag='' //set opening tag, such as font declarations
	
	fcontent[0]='<a href="ShowKat.asp?parID=1184" class="sideBarText"><div align="center">Wenn Sie eine Druckerpatrone suchen sind Sie hier genau richtig...</div></a>';
	fcontent[1]='<a href="ShowKat.asp?parID=1184" class="sideBarText"><div align="center"><img src="Images/Aktionen/Aktion01.jpg" width="110" height="90" alt="" border="0"></div></a>';
	fcontent[2]='<a href="ShowKat.asp?parID=1086" class="sideBarText"><div align="center">Suchen Sie noch etwas für den nächsten Geburtstag?</div></a>';
	fcontent[3]='<a href="ShowKat.asp?parID=1086" class="sideBarText"><div align="center"><img src="Images/Aktionen/Aktion05.jpg" width="110" height="90" alt="" border="0"></div></a>';
	closetag=''
	
	var fwidth=150 //set scroller width
	var fheight=100 //set scroller height

	///No need to edit below this line/////////////////

	var ie4=document.all&&!document.getElementById
	var ns4=document.layers
	var DOM2=document.getElementById
	var	index=0

	if (DOM2)
	//faderdelay=2000

	//function to change content
	function changecontent(){

		if (index>=fcontent.length)
		index=0
			if (DOM2){
				document.getElementById("fscroller").style.color="rgb(255,255,255)"
				document.getElementById("fscroller").innerHTML=begintag+fcontent[index]+closetag
					}
		else if (ie4)
				document.all.fscroller.innerHTML=begintag+fcontent[index]+closetag
		else if (ns4){
				document.fscrollerns.document.fscrollerns_sub.document.write(begintag+fcontent[index]+closetag)
				document.fscrollerns.document.fscrollerns_sub.document.close()
					}
	
		index++
		setTimeout("changecontent()",delay)
		}
		
//-->






