/*-----------------------------------------------
@description class to login to the system

@param	form	id of the login form
------------------------------------------------*/
function Json(form){	
	
	 // initialize the member function references
 	this.eval_json=eval_json;
	
	function eval_json(str){
		return eval("("+str+")");		
	}
}

var json=new Json();
