//small window
function new2Window(second){
secondWindow=window.open(second,'secondWin','toolbar=yes,scrollbars=yes,location=yes,resizable=yes,width=730, height=550,top=50,left=150')
secondWindow.focus()
}