/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


function domenu(a)
{ var p=encodeURI("/pages/" + a + ".php");
  //alert(p);
  $("#content").load(p);
}
