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