function openWindow(url) {
     myWin = open(url, "win", 'width=500,height=500,location=0,menubar=0,resizable,scrollbars=1,status=1,titlebar=1,toolbar=0,screenX=100,left=100,screenY=30,top=60');
}
