self.focus();
function setCategoryOptions(c){
	window.location.replace(baseurl+"members/accountinfo/groupid/"+c);
}

function setOtherTB(lastrow){
	if(document.forms['Form1'].Category.value==lastrow){
		if(document.forms['Form1'].otherTB.disabled==1){
			document.forms['Form1'].otherTB.disabled = !(document.forms['Form1'].otherTB.disabled);
			document.forms['Form1'].otherTB.value="";
			document.forms['Form1'].otherTB.focus();
		}
	} else{
		if(document.forms['Form1'].otherTB.disabled==0){
			document.forms['Form1'].otherTB.disabled= !(document.forms['Form1'].otherTB.disabled);
			document.forms['Form1'].otherTB.value="Other...";
		}
	}
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

