function popup()
{
window.open('site/legal.html', 'legal','width=500,height=500,menubar=no,status=no,scrollbars=yes')
}
function popup2()
{
window.open('legal.html', 'legal','width=500,height=500,menubar=no,status=no,scrollbars=yes')
}