//Gallery java functionsfunction popup(url, name, width, height) {	settings="toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, left=150, top=75, screenX=150, screenY=75, width="+width+", height="+height;		NewWindow=window.open(url,name,settings);}