		// JavaScript Document
		//Made by QXL.dk
		var uN_dk='';
		var uP_dk='';
		var unfold='unfold';
		var fold='fold';
		
		var itisIE= (document.all && navigator.userAgent.indexOf('Opera')==-1) ? true : false;

		function showCats(doWhat){ 
			if(doWhat=='unfold'){
				try{
					if(itisIE){
						document.getElementById('CategoryAndLevel').style.visibility='visible';
					}
				}catch(err){}
				document.getElementById('catBox').style.display='block';
			}else{  
				try{
					if(itisIE){
						document.getElementById('CategoryAndLevel').style.visibility='visible';
					}
				} catch(err){}
				document.getElementById('catBox').style.display='none';
			}
		}

		function showSaelgBox(doWhat){
			if(doWhat=='unfold'){
				/*try{
					if(itisIE){
						document.getElementById('CategoryAndLevel').style.visibility='hidden';
					}
				}catch(err){}*/
				document.getElementById('SBox').style.display='block';
			}else{
				/*try{
					if(itisIE){
						document.getElementById('CategoryAndLevel').style.visibility='visible';
					}
				}catch(err){}*/
				document.getElementById('SBox').style.display='none';
			}
		}



function showSaelgBox2(doWhat){
			if(doWhat=='unfold'){
				/*try{
					if(itisIE){
						document.getElementById('CategoryAndLevel').style.visibility='hidden';
					}
				}catch(err){}*/
				document.getElementById('SBox2').style.display='block';
			}else{
				/*try{
					if(itisIE){
						document.getElementById('CategoryAndLevel').style.visibility='visible';
					}
				}catch(err){}*/
				document.getElementById('SBox2').style.display='none';
			}
		}


		function showListingTypes(doWhat){
			if(doWhat=='unfold'){ 
				/*try{
					if(itisIE){
						document.getElementById('CategoryAndLevel').style.visibility='hidden';
					}
				}catch(err){}*/
				document.getElementById('listingBox').style.display='block';
			}else{
				/*try{
					if(itisIE){
						document.getElementById('CategoryAndLevel').style.visibility='visible';
					}
				}catch(err){}*/
				document.getElementById('listingBox').style.display='none';
			}
		}
		var locationUrl=document.location.href.toLowerCase();
