function linkalert()  {
  adjWidth = 400;
  adjHeight = 300;
  theWindow=window.open('exit.htm','windowName','width=' + adjWidth + ',height=' +      adjHeight + ',top=100,left=100,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no')
}