function ClientsWin() {
var win = window.open("clients.html", "win", "width=400,height=240,top=100,left=100,scrollbars=no"); // a window object
}
