function smallwin() {
SW=window.open('kuk.php','NewWin','toolbar=no,menubar=no,location=no,resizable=no,status=no,width=5,height=5,scrollbars=no')
                   // change the name, features and the figures of width and height above to customize the popup window.
SW.moveTo(1,1);  // change the #s at the left to adjust the left and top margins respectively
}
