<!--
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://www.sivamdesign.com/scripts/","Sandeep\'s JavaScript Page");
 }
//-->

<!-- OPEN NEWEST SCRIPTS POPUP -->
<!--
 x = parseInt(window.screen.width)/2-215;
 y = parseInt(window.screen.height)/2-130;
function openWindow() {
 win=window.open('files/newest.html','','toolbar=no,status=no,resizable=yes,width=430,height=255,scrollbars=no');
 win.moveTo(x,y); }
//-->