
		    if(document.images) {
		    		pics = new Array();
		    	 
		    		
					pics[1] = new Image();
		      pics[1].src = "libs/images/home.jpg";
			  
					pics[2] = new Image();
		      pics[2].src = "libs/images/aboutus.jpg";
			  
			  		pics[3] = new Image();
		      pics[3].src = "libs/images/mast_home3.jpg";
			  
					pics[4] = new Image();
		      pics[4].src = "libs/images/registrationprocess.jpg";
			  
					pics[5] = new Image();
		      pics[5].src = "libs/images/faqs.jpg";
			  
			  		pics[6] = new Image();
		      pics[6].src = "libs/images/pricelist.jpg";
			  
			  		pics[7] = new Image();
		      pics[7].src = "libs/images/mast_home7.jpg";							  
		      
		      		pics[8] = new Image();
		      pics[8].src = "libs/images/spacer.gif";
		      
		 			pics[9] = new Image();
		 	 pics[9].src = "libs/images/otherservices.jpg";							  
			      
			      	pics[10] = new Image();
			 pics[10].src = "libs/images/contactus.jpg";							  
				      
				}
			 
				function picChanger(from,to) {
		      if(document.images) {
		        document.images[from].src = pics[to].src;		       
		      }
		    }
	   
		    function ExplorerFix()
		    {
		    for (a in document.links) document.links[a].onfocus = 
		    document.links[a].blur;
		    }
		    if (document.all)
		    {
		    document.onmousedown = ExplorerFix;
		    }

		function MM_reloadPage(init) {  //reloads the window if Nav4 resized
		  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
		    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
		  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
		}
		
		MM_reloadPage(true);

