function openWin(url) {
    openWindow = window.open(url,'','left=20,top=20,width=750,height=500,toolbar=1,resizable=1');
    return false;
}