<!--
function switchpage() {
    if (document.seema.selchange[document.seema.selchange.selectedIndex].value != "") {
     document.location.href=document.seema.selchange[document.seema.selchange.selectedIndex].value;
    }
}

function openSmallWindow(url, width, height) 
{
	
	smallWindow=window.open(url,"smallWindow","width=" + width + ",height=" + height + ",scrollbars,resizable");
        smallWindow.focus();
 	return false;
}

function login_toggle(val) {
  if (document.loginform) {
    document.loginform.login_trigger.value = val;
    document.loginform.submit();
  }
    return false;
}

//-->

