<!-- REDIRECT AS PER OPERATING SYSTEM --> <!-- This goes in the HEAD of the html file --> <script language="JavaScript" type="text/javascript"> <!-- Copyright 2001, Sandeep Gangadharan --> <!-- For more free scripts go to http://sivamdesign.com/scripts/ --> <!-- if (navigator.platform.indexOf('Win')!=-1) { location.href="windows.html"; } if (navigator.platform.indexOf('Mac')!=-1) { location.href="macintosh.html"; } if (navigator.platform.indexOf('UNIX')!=-1) { location.href="unix.html"; } if (navigator.platform.indexOf('Lin')!=-1) { location.href="linux.html"; } if (navigator.platform.indexOf('Sun')!=-1) { location.href="sun.html"; } //--> </script> <!-- Just change the URLs in the script to suit your needs. Get rid of any of these lines if you do not have any optional page for the given OSs. The page in which this script will be included is the default page, i.e. the page that shall be viewed by all those using OSs not included in the list above. -->