/*
	Author            : Thor Selnes  || thor918@online.no
	Dato              : 06.07.2008
	Encoding          : UTF8-NO
*/

			function andelout(objekt){
				objekt.className = objekt.className.replace(/andelhighlight/gi,"");
				UnTip();
			}
			function andelover(objekt,idrute,andelsnr,fulltnavn){
				objekt.className +=  " andelhighlight";
				if((idrute==1)||(idrute==40)||(idrute==1001)||(idrute==1040)){
					Tip('<span style="width:300px;diplay:inline-block;"><img src="'+templatepath+'/bilder/soccer131.gif" style="vertical-align:text-top;float:left;"><span style="float:left;display:inline-box;">Korner<br> Navn:'+fulltnavn+'</span></span>');

				}else{
					Tip('<span style="width:300px;diplay:inline-block;"><img src="'+templatepath+'/bilder/soccer131.gif" style="vertical-align:text-top;float:left;"><span style="float:left;display:inline-box;">Andelsnr: '+andelsnr+'<br> Navn:'+fulltnavn+'<br></span></span>');
				}
			}
			
			function andelmaalout(objekt){
				objekt.className = objekt.className.replace(/maalhighlight/gi,"");
				UnTip();
			}
			function andelmaalover(objekt,idrute,andelsnr,fulltnavn){
				objekt.className +=  " maalhighlight";
				Tip('<span style="width:300px;diplay:inline-block;"><img src="'+templatepath+'/bilder/soccer131.gif" style="vertical-align:text-top;float:left;"><span style="float:left;display:inline-box;">Andelsnr: '+andelsnr+'<br> Navn:'+fulltnavn+'</span></span>');
			}
			
			function andelsirkelout(objekt){
				var sirkel = document.getElementsByName("sirkel");
				for(var i=0;i<sirkel.length;i++){
					sirkel[i].className = sirkel[i].className.replace(/andelhighlight/gi,"");
				};
				UnTip();
			}
			function andelsirkelover(objekt,idrute,fulltnavn){
				var sirkel = document.getElementsByName("sirkel");
				for(var i=0;i<sirkel.length;i++){
					sirkel[i].className += " andelhighlight";
				};
				Tip('<span style="width:300px;diplay:inline-block;"><img src="'+templatepath+'/bilder/soccer131.gif" style="vertical-align:text-top;float:left;"><span style="float:left;display:inline-box;">Midtsirkel<br>Navn:'+fulltnavn+'</span></span>');
			}
			
			function andelstraffe1out(objekt){
				var sirkel = document.getElementsByName("straffe1");
				for(var i=0;i<sirkel.length;i++){
					sirkel[i].className = sirkel[i].className.replace(/andelhighlight/gi,"");
				};
				UnTip();
			}
			function andelstraffe1over(objekt,idrute,fulltnavn){
				// ie6 teller kun inputs med name
				var sirkel = document.getElementsByName("straffe1");
				for(var i=0;i<sirkel.length;i++){
					sirkel[i].className += " andelhighlight";
				};
				Tip('<span style="width:300px;diplay:inline-block;"><img src="'+templatepath+'/bilder/soccer131.gif" style="vertical-align:text-top;float:left;"><span style="float:left;display:inline-box;">Straffe<br>Navn:'+fulltnavn+'</span></span>');
			}
			function andelstraffe2out(objekt){
				var sirkel = document.getElementsByName("straffe2");
				for(var i=0;i<sirkel.length;i++){
					sirkel[i].className = sirkel[i].className.replace(/andelhighlight/g,"");
				};
				UnTip();
			}
			function andelstraffe2over(objekt,idrute,fulltnavn){
				var sirkel = document.getElementsByName("straffe2");
				for(var i=0;i<sirkel.length;i++){
					sirkel[i].className += " andelhighlight";
				};
				Tip('<span style="width:300px;diplay:inline-block;"><img src="'+templatepath+'/bilder/soccer131.gif" style="vertical-align:text-top;float:left;"><span style="float:left;display:inline-box;">Straffe<br> Navn:'+fulltnavn+'</span></span>');
			}







			function statistikkSUMout(objekt){
				UnTip();
			}
			function statistikkSUMover(objekt){
				Tip('<span style="width:300px;diplay:inline-block;"><img src="'+templatepath+'/bilder/soccer131.gif" style="vertical-align:text-top;float:left;"><span style="float:left;display:inline-box;">Sum bidrag (andeler + spesial andeler + pengebidrag)<br></span></span>');
			}
			function statistikkAntallAndelerSolgtout(objekt){
				UnTip();
			}
			function statistikkAntallAndelerSolgtover(objekt){
				Tip('<span style="width:300px;diplay:inline-block;"><img src="'+templatepath+'/bilder/soccer131.gif" style="vertical-align:text-top;float:left;"><span style="float:left;display:inline-box;">Antall andeler solgt (andeler + spesial andeler)<br></span></span>');
			}
			function statistikkAntallspesialAndelerSolgtout(objekt){
				UnTip();
			}
			function statistikkAntallspesialAndelerSolgtover(objekt){
				Tip('<span style="width:300px;diplay:inline-block;"><img src="'+templatepath+'/bilder/soccer131.gif" style="vertical-align:text-top;float:left;"><span style="float:left;display:inline-box;">Antall spesialandeler solgt (kårner, midt sirkel og straffe)<br></span></span>');
			}
			function statistikkAntallAndelerTilSalgsout(objekt){
				UnTip();
			}
			function statistikkAntallAndelerTilSalgsover(objekt){
				Tip('<span style="width:300px;diplay:inline-block;"><img src="'+templatepath+'/bilder/soccer131.gif" style="vertical-align:text-top;float:left;"><span style="float:left;display:inline-box;">Antall andeler til salgs (totalt på banen er det 1000 andeler + 7 spesial andeler)<br></span></span>');
			}
			function statistikkAntallPengebidragout(objekt){
				UnTip();
			}
			function statistikkAntallPengebidragover(objekt){
				Tip('<span style="width:300px;diplay:inline-block;"><img src="'+templatepath+'/bilder/soccer131.gif" style="vertical-align:text-top;float:left;"><span style="float:left;display:inline-box;">Antall pengebidrag<br></span></span>');
			}
			function statistikkToppout(objekt){
				UnTip();
			}
			function statistikkToppover(objekt){
				Tip('<span style="width:300px;diplay:inline-block;"><img src="'+templatepath+'/bilder/soccer131.gif" style="vertical-align:text-top;float:left;"><span style="float:left;display:inline-box;">Største andelseier (andeler + spesial andeler)<br></span></span>');
			}

