
function PrintPage(frame){
	//alert(document.getElementById(frame).contentWindow.location.href);
	window.open(document.getElementById(frame).contentWindow.location.href+"&Printerfriendly=1");
}

function checksearch(){
  if(document.getElementById('Searchtext').value == 'Find produkter...'){
     document.getElementById('Searchtext').value = '';
  }
}
function checksearchblur(){
  if(document.getElementById('Searchtext').value == ''){
     document.getElementById('Searchtext').value = 'Find produkter...';
  }
}

function showzoom(){
     document.getElementById('PopUp').style.display = 'inline';
}
function closezoom(){
     document.getElementById('PopUp').style.display = 'none';
}

function showpopup(){
     document.getElementById('PopUp_Fri').style.display = 'inline';
	 scroll(0,0);
}
function closepopup(){
     document.getElementById('PopUp_Fri').style.display = 'none';
}
function showgulpopup(){
     document.getElementById('PopUp_Gul').style.display = 'inline';
	 scroll(0,0);
}
function closegulpopup(){
     document.getElementById('PopUp_Gul').style.display = 'none';
}
function showorangepopup(){
     document.getElementById('PopUp_Orange').style.display = 'inline';
	 scroll(0,0);
}
function closeorangepopup(){
     document.getElementById('PopUp_Orange').style.display = 'none';
}
function showbluepopup(){
     document.getElementById('PopUp_Blue').style.display = 'inline';
	 scroll(0,0);
}
function closebluepopup(){
     document.getElementById('PopUp_Blue').style.display = 'none';
}