function openWindow() {
window.open("","JSL", "toolbar=0,location=0,menubar=0,scrollbars=1,width=500,height=300,resizable=1,top=20,left=20");
}

function setWindow()
{
window.resizeTo(obr.width+50, obr.height+90)
}