function newwindow() { 
window.open("greeting.html","greetings","scrollbars,height=350,width=600");
}
