/**/
function zjumpPa(pSurlBegin,targ,selObj,restore){
  eval(targ+".location='"+pSurlBegin+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function zjumpLngTrad(pSurlBegin,targ,selObj,restore){
  eval(targ+".location='"+pSurlBegin+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function foOpenWindow(pSname,pSurl,pIwidth,pIheight){
	vIwidth = pIwidth;
	vIheight = pIheight;
	vSname = pSname;
	vSopen = 'height='+vIheight+',width='+vIwidth+',dependent=yes,resizable=yes,toolbar=yes,location=no,personalbar=no,status=yes,menubar=no,scrollbars=yes';
	ref = window.open(pSurl, vSname, vSopen);
	ref.window.focus();
}

function popupPls(pSurl){
	vIwidth = 350;
	vIheight = 200;
	vSname = 'pls';
	vSopen = 'height='+vIheight+',width='+vIwidth+',dependent=yes,resizable=yes,toolbar=no,location=no,personalbar=no,status=no,menubar=no,scrollbars=yes';
	ref = window.open(pSurl, vSname, vSopen);
	ref.window.focus();
}
