function go(url)
{
parent.frames["center"].location.href=url+".php";
parent.frames["east"].location.href=url+"_east.php";
}
