<!--
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/miscell.html","Sandeep\'s JavaScript Page (Miscellaneous Scripts)");
 }
// -->

<!-- FORCED CASE TEXT BOX -->
<!--
 function toUp() {
  if (document.formcase.caser.value.length > 0) { document.formcase.caser.value = document.formcase.caser.value.toUpperCase(); } }
// -->

<!-- SEARCH FLICKR.COM BUTTON -->
<!--
var theVal = "";
function getFlickr() {
 if (document.flickrSearch.optioner[0].checked) { theVal = "text"; }
 if (document.flickrSearch.optioner[1].checked) { theVal = "tags"; }

 term_3=window.prompt('Please enter your search word/s below:','');
 if (term_3) {
 parts = term_3.split(" ");
 term_3 = parts.join('+');
 location.href='http://www.flickr.com/search/?w=all&q='+term_3+'&m='+theVal;
 }
}
// -->

