<!--
  var fen_clients=null;
  function Client(){
    params="scrollbars=yes,location=no,directories=no,status=yes,menubar=no,toolbar=no,resizable=yes";
    fen_clients=window.open("http://clients.primset.com/clients/index.php","clients",params);
	  fen_clients.window.moveTo(0,0);
	  fen_clients.window.resizeTo(screen.width,screen.height-30);
    fen_clients.focus();
  }
// -->

