pic1= new Image(250,27);
pic1.src="images/logo.jpg";


document.write('<div id="loading"><table width="100%"><tr height="40"><td>&nbsp;</td></tr><tr><td align="center"><div id="intro" height="350" width="650" style="height:350px;width:650px;background-repeat:no-repeat;"><img src="images/intro/start1.jpg" alt="Streamline designed by Cor D. Rover"><img style="display:none" src="images/intro/start2.jpg" alt="Streamline designed by Cor D. Rover"><img style="display:none" src="images/intro/start3.jpg" alt="Streamline designed by Cor D. Rover"></div><div id="loadingtext" style="opacity:0;-moz-opacity:0;filter:alpha(opacity=0);"><br />Loading, please wait.<br /><br /><img src="images/loader.gif" alt="loading" /></div></td></tr><tr height="81"><td></td></tr></table></div>');
changeOpac(0,'loadingtext');
if (BrowserDetect.browser == "Explorer" ) {
	document.getElementById("loading").innerHTML += "<div>&nbsp;</div><img src='images/logo.jpg' id='LogoIMG' alt='logo' /><div style='font-size:10px;font-family:Verdana;'><br /><div style='height:9px;'>&nbsp;</div>&nbsp;&copy;Cor D. Rover  Design B.V.<br /> Webdesign by <a href='http://redfish-web.nl' target='blank'>Redfish Webservices</a></div>";
}/*
else if (BrowserDetect.browser == "Explorer" && BrowserDetect.version == "6") {
	document.getElementById("loading").innerHTML += "<div>&nbsp;</div><img src='images/logo.jpg' alt='logo' /><div style='font-size:10px;font-family:Verdana;'><br /><br />&copy;Cor D. Rover  Design B.V. <br /> Webdesign by <a href='http://redfish-web.nl' target='blank'>Redfish Webservices</a></div>";
}*/
// Created by: Simon Willison | http://simon.incutio.com/
function addLoadEvent(func) {
  var oldonload = window.onload;
  if (typeof window.onload != 'function') {
    window.onload = func;

  } else {
    window.onload = function() {
      if (oldonload) {
        oldonload();

      }
      func();
    }
  }
}



setTimeout('blendImages("intro");',1000);
startTime = new Date();

/**
 *
 * @access public
 * @return void
 **/
function hideIntro(){
newTime = new Date();
	if((newTime-startTime) > 14000)
	{

		changeOpac(0,'loadingtext');

			setTimeout('opacity("loading",100,0,1000)',1);
		  	setTimeout('document.getElementById("loading").style.display="none";',1200);


	}
	else
	{
		setTimeout("hideIntro()",1000);
	}
}



addLoadEvent(function() {

	hideIntro();



});


function screenres()
{
    if (self.screen)
    {
        return (screen.height);
    }
    else if (navigator.javaEnabled && navigator.javaEnabled())
    {
        return (java.awt.Toolkit.getDefaultToolkit().getScreenSize().height);
    }
    else
    {
        return true;
    }
}




