function Show_Win() {
    
    NWindow = window.open('','Opros_Win',"status=no, noresize=yes, menubar=no, screenX=100, screenY=100, width=300, height=150");
    
}


function CalEv_Win() {
    
    CalEvWin = window.open('','CalEvWin',"status=no, noresize=yes, scrollbars=yes, menubar=no, screenX=100, screenY=100, width=400, height=450");
    
}


function Misc_Win() {
    
    M_Win = window.open('','M_Win',"status=no, noresize=yes, scrollbars=yes, menubar=no, screenX=100, screenY=100, width=400, height=350");
    
}


function Photo_Win(url,x,y) {
    
    Ph_Win = window.open(url,'Ph_Win','status=no, noresize=yes, menubar=no, screenX=50, screenY=50, width='+x+', height='+y+'');
    
}


