// JavaScript Document

function initjs() {
	// goofen
	for(n=1; n<=8; n++){
		m=getElementsByClassName('level'+n,'a',document);
		for(i=0; i<m.length; i++){
			t=m[i];
			t.setAttribute("target", "_blank");
		}
	}
	f=document.getElementById('gooform');
	f.setAttribute("target", "_blank");
	f=document.getElementById('lienexterne');
	f.setAttribute("target", "_blank");
}

// frame
function goomapframe(){
	document.write('<iframe width="720" height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?ie=UTF8&amp;t=p&amp;s=AARTsJpogQGfPvZ_4WOOR6BKuhIOsAsAEQ&amp;msa=0&amp;msid=114796133636939550403.0004484d6df1b12567608&amp;ll=47.872144,14.501953&amp;spn=23.614018,57.128906&amp;z=4&amp;output=embed"></iframe>');
}

// initialisation
window.onload = function () {
	initjs();
	initjs0();
}
