function makenew(xmlpath) {
	window.open("gallery.htm?xmlFile="+xmlpath,"blank","toolbar=no,menubar=0,width=660,height=500")
	
	if (window.focus) {
		newwindow.focus()
	}
	
	return false;
}