<!-- Rollover JavaScript functions relies on image replacement feature of JavaScript 1.1

doButton("home", "default.asp", "Home");
doButton("about", "about.asp", "About Criticali");
doButton("security", "security.asp", "Security and Reliability");
//doButton("FAQs", "faqs.asp", "Frequently Asked Questions");
doButton("prices", "prices.asp", "Prices");
doButton("testimonials", "testimonials.asp", "Testimonials");
doButton("download", "download.asp", "Download");
doButton("freetrial", "freetrial.asp", "Free Trial");
doButton("order", "order.asp", "Order");
doButton("login", "http://backup.criticali.co.uk/obs/jsp/user/index.jsp?locale=en", "Login");

//doButton("why", "why.asp", "Why Backup?");
//doButton("business", "business.asp", "Business Users");
//doButton("homeusers", "homeusers.asp", "Home Users");
//doButton("risk", "risk.asp", "PC Risk Analysis");

function doButton(buttonText, linkText, altText) 
{
  document.writeln('<A href="', linkText, '" ',
  				   'onMouseOver="', buttonText, '.src = ', buttonText, 'On.src; return true"',
				   'onMouseOut="', buttonText, '.src = ', buttonText, 'Off.src; return true"',
				   'onMouseDown="', buttonText, '.src = ', buttonText, 'Off.src; return true"',
				   '><IMG align=bottom border="0" src="images/b_', buttonText, '_off.gif" name="', buttonText, '" width="120" height="20" alt="', altText, '"></A><br>',
				   '<img src="images/spacer.gif" width="20" height="15" border="0" alt=""><br>'
				  );
}


// -->
	  
        
	    
        
	    
