
function openWindow(content) {
newWindow = window.open(content, 'newWindow', 'toolbar=no,location=no,scrollbars=yes,width=445,height=550');

newWindow.focus()

}


