		//if(top.frames.length <= 0){
			
		//	var getvars=window.location.search;
		//	eval("top.location.replace('http://avfbild.softselect.de/"+getvars+"');");
			
		//}
				
		l_style=null;
		
		leftX=442;
		
		x_def=135;
		y_def=30;
		
		globalarea="";

		document.onmousemove = update_lay;
		
		function update_lay(e)
		{
			x = (document.all) ? window.event.x + document.body.scrollLeft : e.pageX;
			y = (document.all) ? window.event.y + document.body.scrollTop  : e.pageY;
			if (l_style != null) {
				l_style.style.left = (x - x_def) + "px";
				l_style.style.top = (y - y_def) + "px";
			}
		}
		
		function setTTPos(xp,yp){
			this.x_def=xp;
			this.y_def=yp;
		}
		
		function showInfo(Did){
			l_style=document.getElementById(Did);
			l_style.style.display="block";
		}
		function hideInfo(){
			l_style.style.display="none";
		}
		
		function showLogos(Did,num,area){
			globalarea=area;
			
			logos=document.getElementById(Did);
			//-----------------------------------
			prodid="prdname"+Did;
			prod=document.getElementById(prodid);
			prod.style.color="#2A5BA3";
			//-----------------------------------
			if(globalarea=="product" || globalarea=="search"){
				compid="prdcom"+Did;	
				prdprise="prise"+Did;
				comp=document.getElementById(compid);
				prise=document.getElementById(prdprise);
				comp.style.color="#2A5BA3";
				prise.style.color="#2A5BA3";
			}
			
			logos.style.left = (x-leftX) + "px";
			logos.style.top = (y-(38*num)) + "px";
			
			logos.style.display="block";
		}	
		function hideLogos(Did){
			if(globalarea=="product" || globalarea=="search"){
				comp.style.color="#000000";
				prise.style.color="#000000";
			}
			prod.style.color="#000000";
			
			logos=document.getElementById(Did);
			logos.style.display="none";
		}
		function prodDesc(prod_id, group_id){
			f1=window.open('companiesstatement.php?prd_id='+prod_id+'&group_id='+group_id+'&q=freenet','Herstellerstatement','width=450,height=500,scrollbars=yes');
		}
		function description(param){
			f2=window.open('description.php?beschreibungsnum='+param+'','Beschreibungstexte','width=400,height=250,scrollbars=no');
		}
		function themeDescription(param){
			f3=window.open('themeDescription.php?que_id='+param+'','Themenbeschreibung','width=400,height=350,scrollbars=yes');
		}
		function impressum(){
			f4=window.open('impressum.php','Impressum','width=400,height=520,scrollbars=no');
		}
		function infoPopup(param){
			f5=window.open('info.php?infotext='+param+'','Information','width=400,height=350,scrollbars=yes');
		}
		function haftungsausschluss(){
			f6=window.open('haftungsausschluss.php','Haftungsausschluss','width=600,height=500,scrollbars=yes');
		}
		
		var search_off=new Image();		search_off.src="img/formButton.gif";
		var search_on=new Image();		search_on.src="img/formButton_on.gif";
		
		function rolloverButton(bildObj, obj){
    			bildObj.src=obj.src;
    		}
    		
