function popUpPrivacy()
		{
			newWindow = window.open("privacy.htm", "priWin", "width=500,height=500,toolbar=no,resizable=yes,scrollbars=no,menubar=no");
		}

function printPage() 
	{ 
		window.print();
		window.close();
	}
	
var DisplayMessage;
//DisplayMessage = 0;

function DisplaySavedMessage()	
	{
		alert('Data entered in this section has been saved.')
	}
	
function changeAction(strAction,strUserID,strUserBID,strUserBIDName)
	{
    	if (strAction == 1)
			{
			DisplayMessage = 1;						
			document.sF.goto_index.value = '1'
			document.sF.submit()
			}
		else
			{			
			document.sF.action = "boma_eer.asp?from_index=1&section_id=0&user_id=" + strUserID + "&user_bid=" + strUserBID + "&user_bid_name=" + strUserBIDName
			document.sF.submit()
			}	
	}

function OtherSpecifyRadio(strQ, strOtherValue, strTextBox)
	{
		if (!(eval("document.sF." + strQ + "[" + strOtherValue+ "-1].checked")))
			{
			//alert(document.sF.Q2_1["5"].checked)
			eval("document.sF." + strTextBox + ".value = ''")
			}
	}
	
function OtherSpecifyText(strQ, strOtherValue)
	{				
		//document.sF.Q2_1[strOther].checked = true;
		eval("document.sF." + strQ + "[" + strOtherValue+ "-1].checked = true;")
	}
	
function OtherMajorCity()
	{	
		document.sF.Q3_7.selectedIndex = 0			
	}