function newwin(){
var win1=window.open('employment.htm','newwindow',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=350,height=310');
}
