function stopErrors(){return true;}window.onerror = stopErrors;function alert(){};
function go(p)
{
document.location='?p='+p;
}
function lan(l)
{
document.location='?l='+l+'&p=<?=$p;?>';
}
function ex(p)
{
document.location=p;
}
function assign(vari,valu)
{
document.getElementById(vari).value=valu;
}
function wopen(p)
{
window.open(p);
}
