function gallery1() {
	var args = "menubar=0,resizable=1,width=550,height=500,scrollbars=1";
	window.open("gallery1.jsp","gallery1",args);
}