// legal popup
function popup_copyright() { 
newWin = window.open("legal.php","copyright","resizable=0,scrollbars=1,height=460,width=436")
}