Normal_1 = new Image();
Normal_1.src = "novo_beelden/organisatie.gif";     /* erste Standard-Grafik */
Highlight_1 = new Image();
Highlight_1.src = "novo_beelden/organisatie_o.gif"; /* erste Highlight-Grafik */
Normal_2 = new Image();
Normal_2.src = "novo_beelden/zorganbood.gif";     /* erste Standard-Grafik */
Highlight_2 = new Image();
Highlight_2.src = "novo_beelden/zorganbood_o.gif"; /* erste Highlight-Grafik */
Normal_3 = new Image();
Normal_3.src = "novo_beelden/locatie.gif";     /* erste Standard-Grafik */
Highlight_3 = new Image();
Highlight_3.src = "novo_beelden/locatie_o.gif"; /* erste Highlight-Grafik */
Normal_4 = new Image();
Normal_4.src = "novo_beelden/niews.gif";     /* erste Standard-Grafik */
Highlight_4 = new Image();
Highlight_4.src = "novo_beelden/niews_o.gif"; /* erste Highlight-Grafik */

Normal_8 = new Image();
Normal_8.src = "novo_beelden/winkel.gif";     /* erste Standard-Grafik */
Highlight_8 = new Image();
Highlight_8.src = "novo_beelden/winkel_o.gif"; /* erste Highlight-Grafik */


Normal_5 = new Image();
Normal_5.src = "novo_beelden/novo1.gif";     /* erste Standard-Grafik */
Highlight_5 = new Image();
Highlight_5.src = "novo_beelden/novo1_o.gif"; /* erste Highlight-Grafik */

Normal_6 = new Image();
Normal_6.src = "novo_beelden/novo2.gif";     /* erste Standard-Grafik */
Highlight_6 = new Image();
Highlight_6.src = "novo_beelden/novo2_o.gif"; /* erste Highlight-Grafik */

Normal_7 = new Image();
Normal_7.src = "novo_beelden/novo3.gif";     /* erste Standard-Grafik */
Highlight_7 = new Image();
Highlight_7.src = "novo_beelden/novo3_o.gif"; /* erste Highlight-Grafik */

Normal_9 = new Image();
Normal_9.src = "novo_beelden/start_11.gif";     /* erste Standard-Grafik */
Highlight_9 = new Image();
Highlight_9.src = "novo_beelden/start_11_o.gif"; /* erste Highlight-Grafik */


Normal2_fahne = new Image();
Normal2_fahne.src = "novo_beelden/fahne2_ohne.gif";     /* erste Standard-Grafik */
Highlight2_fahne = new Image();
Highlight2_fahne.src = "novo_beelden/fahne2_mit.gif"; /* erste Highlight-Grafik */

Normal3_fahne = new Image();
Normal3_fahne.src = "novo_beelden/fahne3_ohne.gif";     /* erste Standard-Grafik */
Highlight3_fahne = new Image();
Highlight3_fahne.src = "novo_beelden/fahne3_mit.gif"; /* erste Highlight-Grafik */

Normal2_locatie = new Image();
Normal2_locatie.src = "novo_beelden/pfeil0.gif";     /* erste Standard-Grafik */
Highlight2_locatie = new Image();
Highlight2_locatie.src = "novo_beelden/pfeil_2.gif"; /* erste Highlight-Grafik */

Normal3_locatie = new Image();
Normal3_locatie.src = "novo_beelden/pfeil0.gif";     /* erste Standard-Grafik */
Highlight3_locatie = new Image();
Highlight3_locatie.src = "novo_beelden/pfeil_3.gif"; /* erste Highlight-Grafik */


function Bildwechsel (Bildnr, Bildobjekt) {
  window.document.images[Bildnr].src = Bildobjekt.src;
}

function Bildwechsel_loc2 (Bildnr, Bildobjekt1, Bildobjekt2) {
window.document.images[Bildnr].src = Bildobjekt1.src;
}
function Bildwechsel_loc3 (Bildnr, Bildobjekt1, Bildobjekt2) {
window.document.images[Bildnr].src = Bildobjekt1.src;
}
function Bildwechsel1_loc2 (Bildnr, Bildobjekt1, Bildobjekt2) {
window.document.images["locatie_"+Bildnr].src = Bildobjekt2.src;   
}
function Bildwechsel1_loc3 (Bildnr, Bildobjekt1, Bildobjekt2) {
window.document.images["locatie_"+Bildnr].src = Bildobjekt2.src;    
}


function ChangeImage(PicID,Gif)
{
  window.document.getElementById(PicID).src = "novo_beelden/" + Gif;
}

	var popUpWin = null;
	function popUpWindow(URLStr, left, top, width, height) {
		if(popUpWin) {
			if(!popUpWin.closed) popUpWin.close();
		}
		popUpWin = window.open(URLStr, 'stichtingnovo', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
		if(!popUpWin) {
		 alert('We have detected that you are using popup blocking software. In order to access this site, please turn off your blocker.');
   popUpWin.close();
		}
		popUpWin.focus();
	}
	
	function popUpWindow2(URLStr, left, top, width, height) {
		if(popUpWin) {
			if(!popUpWin.closed) popUpWin.close();
		}
		popUpWin = window.open(URLStr, 'stichtingnovo', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
		if(!popUpWin) {
		 alert('We have detected that you are using popup blocking software. In order to access this site, please turn off your blocker.');
   popUpWin.close();
		}
		popUpWin.focus();
	}
  
  
function go(value) {


var Teil = value.substr(0, 4);


if(value !='nochange'){

if(Teil =='http'){
window.open(value,"");
}else{
window.location.href = "Welk_aanbod_past_bij_u.html"+value+"";
}
}
}