var theVars;
function rwnGetAllParam(l) {
   var l= '' + l;
   p = l.split("?");
   if (p[1]== undefined) p[1]='';
   //alert(p[1]);
   return (p[1]);
}