function newWindow2() {
 
catWindow = window.open('gram_two.html', 'catwin','width=560, height=460, scrollbars=no');
catWindow.focus();
}