this.windowHandle=null
                
function openLdDesc(site) {
this.windowHandle=window.open(site, 'clients',
'width=570,height=470,left=0,top=0,scrollbars=yes,alwaysRaised=yes')
}
                
function openbigWindow(site) {
window.open(site, 'clients',
'width=640,height=500,left=0,top=0,scrollbars=yes,toolbar=yes,alwaysRaised=yes,scrollBars=1,resizable=1')
}
                
function openWindow(site) {
window.open(site, 'clients',
'width=550,height=450,left=0,top=0,scrollbars=yes,toolbar=yes,alwaysRaised=yes,scrollBars=1,resizable=1')
}
                
function opensmallWindow(site) {
window.open(site, 'clients',
'width=310,height=400,left=0,top=0,scrollbars=yes,toolbar=yes,alwaysRaised=yes,scrollBars=1,resizable=1')
}
                
function closesmallWin() {
if (this.windowHandle!=null) {this.windowHandle.close()}
}

function openDesc(site) {
this.windowHandle=window.open(site, 'clients',
'width=450,height=350,left=50,top=50,scrollbars=yes,alwaysRaised=yes')
}

function bpdevicesPopup(site) {
this.windowHandle=window.open(site, 'clients',
'width=550,height=450,left=0,top=0,scrollbars=yes,alwaysRaised=yes')
}
