
	function otherSiteGoPage(goPage){  
		document.frmOther.goPage.value = goPage;
		document.frmOther.isPopup.value = "Y"; 
			window.open("http://sta3.eg.samsungmobile.com/arb/global/signOutPopup.do", "signOutPopup", "width=400,height=220,scrollbars=no");
	}

/*		

function otherSiteGoPage(goPage){  
		document.frmOther.goPage.value = goPage;
		document.frmOther.isPopup.value = "Y"; 
			window.open("http://sta3.eg.samsungmobile.com/arb/global/signOutPopup.do", "signOutPopup", "width=400,height=220,scrollbars=no");
	}
// JavaScript Document
/*
function otherSiteGoPage(goPage){		
	document.frmOther.goPage.value = goPage;
	document.frmOther.isPopup.value = "Y";
	document.frmOther.globalUrl.value = "http://www.samsungmobile.com/index.jsp?ck=N";
			
	if(goPage == "http://www.samsungmobile.com/index.jsp?ck=N"){
		document.location.href = "/ar/deleteCookie.jsp?url=http://www.samsungmobile.com/index.jsp?ck=N";
	}else{
		location.href = goPage;
	}
}
*/
function showSelects(bVisible) {
 	if (document.getElementById("conR") == null){}
	else if (document.getElementById("conR") == null || document.getElementById("conR").getElementsByTagName("SELECT") == null){}
 	else
 	{	selects = document.getElementById("conR").getElementsByTagName("SELECT");
		for (var i = 0; i < selects.length; i++) {
			selects[i].runtimeStyle.visibility = bVisible ? "" : "hidden";
		}
	}
}

function showSelects(bVisible) {}

