function GOTO(url)
{ document.getElementById('content').src = url;
}

