function gId(idName) {
  if (!document.getElementById(idName)) { return false; }
  return document.getElementById(idName);
}

function load_iframe(){
	if(gId('plz') && gId('jahrgang') && gId('iframearea')){
		
		//document.getElementById('iframearea').innerHTML = '<iframe height="8200" src="http://www.comparis.ch/krankenkassen/allgemein/verteiler.aspx?s=gvfamilieeingabeseite&extclient=2media&lang=fr&tid=kkofferten_KK_iframe&lang=de&amp;plz='+gId('plz').innerHTML+'&amp;jahrgang='+gId('jahrgang').innerHTML+'" id="iframe" width="680"  border="0" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="No" > </iframe>';
		document.getElementById('iframearea').innerHTML = '<iframe height="8200" src="http://www.comparis.ch/krankenkassen/allgemein/verteiler.aspx?extclient=2media&amp;vergleich=1&amp;seite=eingabe&amp;shortinput=0&amp;tid=kkofferten_KK_iframe&amp;plz='+gId('plz').innerHTML+'&amp;jahrgang='+gId('jahrgang').innerHTML+'" id="iframe" width="620"  border="0" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="No" > </iframe>';
	} else if(gId('iframearea')) {
		document.getElementById('iframearea').innerHTML = '<iframe height="8200" src="http://www.comparis.ch/Krankenkassen/Grundversicherung/Familie-vergleich.aspx?s=gvfamilieeingabeseite&extclient=2media&tid=kkofferten_KK_iframe&lang=fr" id="iframe" width="620"  border="0" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="No" > </iframe>';
	}
}
