// JavaScript Document
function Change_Page(val)
{
  var id = val;
  document.location.href="index.php?pageId="+id+"&p=page";
  return true;
}
