function openWindow() {
window.open("","JSL",'toolbar=0,location=0,scrollbars=0,width=300,height=200,resizable=1,top=20,left=20');
}


