var bResize
if (document.all) bResize=1
if (document.layers) bResize=0
if (document.getElementById&&!document.all) bResize=0
function EmpGuide() {
	location.href='/'+CountryCode+'/'+LangCode+'/V6HTML/CommonHTML/Employer/ServiceGuide.htm?CC='+CountryCode+'&LC='+LangCode
}
function NewWin(url,popupname,width,height) {
	var NewWin= window.open(url, popupname,'Resizable=1,ScrollBars=1,MenuBar=No,Directories=No,ToolBar=No,Location=No,Status=0,Width='+width+',Height='+height+',Top=10,Left=10');
	if (NewWin.opener==null)
		NewWin.opener=self
	if (NewWin.focus)
		NewWin.focus()
}
function NewEmpWin(url) {
	var V6EmpWin= window.open(url, 'V6EmpHome','Resizable='+bResize+',ScrollBars=0,MenuBar=No,Directories=No,ToolBar=No,Location=No,Status=1,Width=776,Height=500,Top=0,Left=0');
	if (V6EmpWin.opener==null)
		V6EmpWin.opener=self
	if (V6EmpWin.focus)
		V6EmpWin.focus()
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}