// JavaScript Document


// rollover
	   
	   if (document.images) {
 workimage = new Image(); workimage.src = "images/navigation/workimage.jpg"; workimage_roll = new Image(); workimage_roll.src = "images/navigation/workimage_roll.jpg";}
 function imageChange(imageName,pictureName) { if (document.images) { document.images[imageName].src = eval(pictureName + ".src");}}
 
   if (document.images) {
 info = new Image(); info.src = "images/navigation/info.jpg"; info_roll = new Image(); info_roll.src = "images/navigation/info_roll.jpg";}
 function imageChange(imageName,pictureName) { if (document.images) { document.images[imageName].src = eval(pictureName + ".src");}}
 
   if (document.images) {
 news = new Image(); news.src = "images/navigation/news.jpg"; news_roll = new Image(); news_roll.src = "images/navigation/news_roll.jpg";}
 function imageChange(imageName,pictureName) { if (document.images) { document.images[imageName].src = eval(pictureName + ".src");}}
 


//Open new window			


	  function openWindow1() {
        window.open("","net",'toolbar=1,location=1,scrollbars=1,width="",height="",resizable=1'); }              
		
function MM_preloadImages() { //v3.0
 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
   var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
  if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}



