function openWindow(url) {
    var w = window.open(url,"win","height=400,width=400,resizable,scrollbars,");
}