var pPopupChild, pPopupSymantec;
var bOpenChildWindow = false;

function securityCheck() {
	if (bOpenChildWindow)
		pPopupChild = window.open('/commun/popup.asp', 'childWindow', 'directories=no,location=no,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no,top=2000,left=2000,width=10,height=10');
	else
		callSymantecSecurityCheck();
}

function callSymantecSecurityCheck() {
	pPopupSymantec = window.open('http://security.symantec.com/sscv6/home.asp?langid='+varLNG+'&venid=bnpp&close_parent=false', 'symantec', 'directories=no,location=no,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no,width=772,height=536');
	pPopupSymantec.focus();
}
