function setPhpSession(a,b){jQuery.ajax({data:{session:a,value:b,fnTarget:"setPhpSession"},async:false,url:jQuery.root_path+"/ajax/Util.ajax.php",type:"post"})}function getPhpSession(a){var b="";jQuery.ajax({data:{session:a,fnTarget:"getPhpSession"},async:false,url:jQuery.root_path+"/ajax/Util.ajax.php",type:"post",success:function(d,c){b=d}});return b};