function openNewWindow(path, name, feature){
	window.open(path, name, feature);
}
