<!-- Script by hscripts.com --> <script type="text/javascript"> function os() { var os = navigator.platform; os = os.toLowerCase(); if(os == "win32" || os == "win16") { document.osd.opr.value="You are using Windows operating system"; } else if(os.indexOf("linux") >= 0) { document.osd.opr.value="You are using Linux operating system"; } else if(os.indexOf("mac") >= 0) { document.osd.opr.value="You are using Mac operating system"; } } </script> <!-- Script by hscripts.com -->