map1 = new Image();
map1.src = "http://www.defabrique.nl/images/map/map1.jpg";

map2 = new Image();
map2.src = "http://www.defabrique.nl/images/map/map2.jpg";

//PNG Preload
map3_png = new Image();
map3_png.src = "http://www.defabrique.nl/images/map/map3_on.png";
map3_png_off = new Image();
map3_png_off.src = "http://www.defabrique.nl/images/map/map3_off.png";

map4_png = new Image();
map4_png.src = "http://www.defabrique.nl/images/map/map4_on.png";
map4_png_off = new Image();
map4_png_off.src = "http://www.defabrique.nl/images/map/map4_off.png";

map5_png = new Image();
map5_png.src = "http://www.defabrique.nl/images/map/map5_on.png";
map5_png_off = new Image();
map5_png_off.src = "http://www.defabrique.nl/images/map/map5_off.png";

menubalk = new Image();
menubalk.src = "http://www.defabrique.nl/images/submenubalk.png";
menubalk1 = new Image();
menubalk1.src = "http://www.defabrique.nl/images/submenubalk_off.jpg";
menubalk2 = new Image();
menubalk2.src = "http://www.defabrique.nl/images/submenubalk_on.jpg";

intro = new Image();
intro.src = "http://www.defabrique.nl/images/introductie.jpg";

logo1 = new Image();
logo1.src = "http://www.defabrique.nl/images/logo/logo8.png";

logo2 = new Image();
logo2.src = "http://www.defabrique.nl/images/logo/logo9.png";

scroll1 = new Image();
scroll1.src = "http://www.defabrique.nl/images/scroll_wit_up.gif";
scroll2 = new Image();
scroll2.src = "http://www.defabrique.nl/images/scroll_wit_down.gif";

scroll3 = new Image();
scroll3.src = "http://www.defabrique.nl/images/scroll_zwart_up.gif";
scroll3 = new Image();
scroll3.src = "http://www.defabrique.nl/images/scroll_zwart_down.gif";

hover1 = new Image();
hover1.src = "http://www.defabrique.nl/images/submenubalk_off.jpg";
hover2 = new Image();
hover2.src = "http://www.defabrique.nl/images/submenubalk_on.jpg";

buis = new Image();
buis.src = "http://www.defabrique.nl/images/buis.png";

refresh = new Image();
refresh.src = "http://www.defabrique.nl/images/refresh.png";

kruiswit = new Image();
kruiswit.src = "http://www.defabrique.nl/images/kruis_wit.png";
kruiszwart = new Image();
kruiszwart.src = "http://www.defabrique.nl/images/kruis_zwart.png";

function imgSwap(oImg)
{
   var strOver  = "_on"    // image to be used with mouse over
   var strOff = "_off"     // normal image
   var strImg = oImg.src
   if (strImg.indexOf(strOver) != -1) 
      oImg.src = strImg.replace(strOver,strOff)
   else
      oImg.src = strImg.replace(strOff,strOver)
}

function PNGswap(myID)
{
   var strOver  = "_on"
   var strOff = "_off"
   var oSpan = document.getElementById(myID)
   var currentAlphaImg = oSpan.filters(0).src
   if (currentAlphaImg.indexOf(strOver) != -1)
      oSpan.filters(0).src = currentAlphaImg.replace(strOver,strOff)
   else
      oSpan.filters(0).src = currentAlphaImg.replace(strOff,strOver)
}

/*function preloadimages()
{
	for (i=0;i<preloadimages.arguments.length;i++)
	{
		myimages[i]=new Image()
		myimages[i].src=preloadimages.arguments[i]
	}
}

preloadimages
(
"http://www.defabrique.nl/background-images/donkerachtergrond/4.jpg",
"http://www.defabrique.nl/background-images/donkerachtergrond/5.jpg",
"http://www.defabrique.nl/background-images/donkerachtergrond/7.jpg",
"http://www.defabrique.nl/background-images/donkerachtergrond/8.jpg",
"http://www.defabrique.nl/background-images/donkerachtergrond/9.jpg",
"http://www.defabrique.nl/background-images/donkerachtergrond/10.jpg",
"http://www.defabrique.nl/background-images/lichtachtergrond/1.jpg",
"http://www.defabrique.nl/background-images/lichtachtergrond/2.jpg",
"http://www.defabrique.nl/background-images/lichtachtergrond/3.jpg",
"http://www.defabrique.nl/background-images/lichtachtergrond/6.jpg"
);*/

/*
t1 = new Image();
t1.src = "http://www.defabrique.nl/background-images/donkerachtergrond/4.jpg";
t2 = new Image();
t2.src = "http://www.defabrique.nl/background-images/donkerachtergrond/5.jpg";
t3 = new Image();
t3.src = "http://www.defabrique.nl/background-images/donkerachtergrond/7.jpg";
t4 = new Image();
t4.src = "http://www.defabrique.nl/background-images/donkerachtergrond/8.jpg";
t5 = new Image();
t5.src = "http://www.defabrique.nl/background-images/donkerachtergrond/9.jpg";
t6 = new Image();
t6.src = "http://www.defabrique.nl/background-images/donkerachtergrond/10.jpg";
t7 = new Image();
t7.src = "http://www.defabrique.nl/background-images/lichtachtergrond/1.jpg";
t8 = new Image();
t8.src = "http://www.defabrique.nl/background-images/lichtachtergrond/2.jpg";
t9 = new Image();
t9.src = "http://www.defabrique.nl/background-images/lichtachtergrond/3.jpg";
t10 = new Image();
t10.src = "http://www.defabrique.nl/background-images/lichtachtergrond/6.jpg";
*/
