function newWindow() {
 
catWindow = window.open('together.html', 'catwin','width=auto, height=500, scrollbars=yes');
catWindow.focus();
}
