function poplegal() {
hlpWindow=window.open
("","namewindow","status=no,resizable=1,scrollbars=1,width=400,height=320");
hlpWindow.focus(top);
} 

function popmail() {
hlpWindow=window.open
("","namewindow","status=no,resizable=1,scrollbars=1,width=460,height=340");
hlpWindow.focus(top);
} 
