<!--
onError=null
// -->

<!-- DROP DOWN MENU -->
<!--
function gotopage() {
  if (document.dpdown.choice.selectedIndex==0) return;
  if (document.dpdown.choice.selectedIndex==1) { location.href="../home/index.html"; }
  if (document.dpdown.choice.selectedIndex==2) { location.href="../home/fitness/index.html"; }
  if (document.dpdown.choice.selectedIndex==3) { location.href="../home/quotes/index.html"; }
  if (document.dpdown.choice.selectedIndex==4) { location.href="../home/album/index.html"; }
  if (document.dpdown.choice.selectedIndex==5) { location.href="../home/files/site_map.html"; }
  if (document.dpdown.choice.selectedIndex==6) { location.href="files/contact.html"; }
}
// -->

<!-- BOOKMARK -->
<!--
function bookmark() {
 if (document.all)
 window.external.AddFavorite("http://sivamdesign.com/scripts/user.html","Sandeep\'s JavaScript Page (User Details)");
 }
// -->

<!-- SHOW SELECTED USER INFO -->
<!--
function showInfo() {

 if (navigator.javaEnabled()) {
   Java = "Enabled"; }
 else { Java = "Not Enabled"; }

 Platform="Not Known";
  if (navigator.platform.indexOf('Win') != -1) {
  if (navigator.userAgent.indexOf('95') != -1) Platform="Windows95";
  else if (navigator.userAgent.indexOf('98') != -1) Platform="Windows98";
  else if (navigator.userAgent.indexOf('00') != -1) Platform="Windows2000";
  else Platform="WindowsNT/ME/XP"; }
  if (navigator.platform.indexOf('Mac') != -1) Platform="Macintosh";
  if (navigator.platform.indexOf('UNI') != -1) Platform="UNIX";
  if (navigator.platform.indexOf('Lin') != -1) Platform="Linux";
  if (navigator.platform.indexOf('Sun') != -1) Platform="SunOS";
 OS = Platform;

if (document.info.about.selectedIndex==1) { document.info.ans.value=navigator.appName; }
if (document.info.about.selectedIndex==2) { document.info.ans.value=navigator.appVersion; }
if (document.info.about.selectedIndex==3) { document.info.ans.value=navigator.userAgent; }
if (document.info.about.selectedIndex==4) { document.info.ans.value=Java; }
if (document.info.about.selectedIndex==5) { document.info.ans.value=navigator.language; }
if (document.info.about.selectedIndex==6) { document.info.ans.value=history.length; }
if (document.info.about.selectedIndex==7) { document.info.ans.value=Platform; }
if (document.info.about.selectedIndex==8) { document.info.ans.value=window.screen.width + " X " + window.screen.height; }
if (document.info.about.selectedIndex==9) { document.info.ans.value=window.screen.availWidth + " X " + window.screen.availHeight; }
if (document.info.about.selectedIndex==10) { document.info.ans.value=window.screen.colorDepth + " bit"; }
 }
//-->

<!-- USER INFO -->
<!--
function smallwin() {
if (navigator.appName == 'Netscape')
BI=window.open('dwld/userdets.html','NewWin','toolbar=no,status=yes,width=430,height=260,scrollbars');
else 
BI=window.open('dwld/userdets.html','NewWin','toolbar=no,status=no,width=470,height=275,scrollbars');
BI.moveTo(150,150);
}
// -->

<!-- PERSONALISED USER DETAILS -->
<!--
function showDetails() {
  name = window.prompt("Please enter your name below:","");
  if (name=="null" || name=="") return;

  browser = navigator.appName;

  ver = navigator.appVersion;
  version = ver.substring(0,4);
 if (navigator.appName.indexOf('Microsoft') != -1) { add = "+"; } else { add = ""; }

 if (navigator.javaEnabled()) { stat = " Enabled"; }
  else stat = " Not Enabled";

 Platform="Not Known";
  if (navigator.platform.indexOf('Win') != -1) {
   if (navigator.userAgent.indexOf('95') != -1) Platform="Windows95";
    else if (navigator.userAgent.indexOf('98') != -1) Platform="Windows98";
    else if (navigator.userAgent.indexOf('00') != -1) Platform="Windows2000";
    else Platform="WindowsNT/ME/XP"; }
  if (navigator.platform.indexOf('Mac') != -1) Platform="Macintosh";
  if (navigator.platform.indexOf('UNI') != -1) Platform="UNIX";
  if (navigator.platform.indexOf('Lin') != -1) Platform="Linux";
  if (navigator.platform.indexOf('Sun') != -1) Platform="SunOS";

  width = window.screen.width;
  height = window.screen.height;
  colour = window.screen.colorDepth;

  window.alert("Hello " + name + "! Welcome to Sandeep's JavaScript Page!!\n\nHere are a few details of your system:\nBrowser: "+browser+" v"+version+add + "\nJava: "+stat + "\nOperating System: "+Platform + "\nResolution: "+width+" x "+height + "\nColour Depth: "+colour+" bit");
 }
// -->

<!-- INSTALLED PLUG-INS LIST -->
<!--
function getPlugins() {
 if (navigator.appName.indexOf("Netscape") != -1) {
  for (i=0; i < navigator.plugins.length; i++) {
  document.them.descp.value += i+1 + ". " + navigator.plugins[i].name + "\n" + " Description: " + navigator.plugins[i].description + "\n\n" }
 }
 else alert("This script uses the <navigator.plugins> object that is supported only by\n  Netscape and so shall not be functional for users of other browsers!");
}
//-->

<!-- INSTALLED MIME-TYPES LIST -->
<!--
function getmimes() {
 if (navigator.appName.indexOf("Netscape") != -1) {
  for (i=0; i < navigator.mimeTypes.length; i++) {
  document.them1.descp1.value += i+1 + ". " + navigator.mimeTypes[i].description + "\n" + " Extension: " + navigator.mimeTypes[i].suffixes + "\n" + " Type: " + navigator.mimeTypes[i].type + "\n\n" }
 }
 else alert("This script uses the <navigator.plugins> object that is supported only by\n  Netscape and so shall not be functional for users of other browsers!");
}
//-->
