function resize() {
  if (parent.document.all.ifr){
    parent.document.all.ifr.style.height = document.body.scrollHeight;
  }
}

function ifsize(){
	document.getElementById("ifr").style.height=ifr.document.body.scrollHeight;
}

function getPage(url){
	var nytvindue = window.open(url ,"_top") 
}	

